Searched refs:avc_packet_type (Results 1 – 6 of 6) sorted by relevance
| /xiu/library/container/flv/src/ |
| H A D | flv_tag_header.rs | 146 pub avc_packet_type: u8, field 155 avc_packet_type: 0, in defalut() 175 tag_header.avc_packet_type = reader.read_u8()?; in unmarshal() 207 writer.write_u8(self.avc_packet_type)?; in marshal()
|
| H A D | demuxer_tag.rs | 134 pub avc_packet_type: u8, field 143 avc_packet_type: 0, in defalut() 171 self.tag.avc_packet_type = self.bytes_reader.read_u8()?; in parse_tag_header()
|
| H A D | demuxer.rs | 8 define::{aac_packet_type, avc_packet_type, tag_type, AvcCodecId, FlvData, SoundFormat}, 134 match tag_header.avc_packet_type { in demux() 135 avc_packet_type::AVC_SEQHDR => { in demux() 141 avc_packet_type::AVC_NALU => { in demux()
|
| H A D | define.rs | 15 pub mod avc_packet_type { module
|
| /xiu/protocol/rtmp/src/cache/ |
| H A D | mod.rs | 153 if is_key_frame && tag_header.avc_packet_type == define::avc_packet_type::AVC_SEQHDR { in save_video_data()
|
| /xiu/protocol/rtmp/src/remuxer/ |
| H A D | rtsp2rtmp.rs | 366 avc_packet_type: 0, in gen_rtmp_video_seq_header() 402 avc_packet_type: 1, in gen_rtmp_video_frame_data()
|