Searched refs:H264 (Results 1 – 12 of 12) sorted by relevance
7 H264, enumerator16 m.insert(RtspCodecId::H264, "h264");24 m.insert("h264", RtspCodecId::H264);
117 RtspCodecId::H264 => { in create_unpacker()131 RtspCodecId::H264 => { in create_packer()
3 Support mux H264/AAC data to ts format.
172 if tag_header.codec_id == define::AvcCodecId::H264 as u8 in unmarshal()204 if self.codec_id == define::AvcCodecId::H264 as u8 in marshal()
37 H264 = 7, enumerator43 7_u8 => AvcCodecId::H264, in u8_2_avc_codec_id()
133 if tag_header.codec_id == AvcCodecId::H264 as u8 { in demux()145 codec_id: AvcCodecId::H264 as u8, in demux()
168 if self.tag.codec_id == define::AvcCodecId::H264 as u8 in parse_tag_header()
34 H264(H264Fmtp), enumerator44 return Some(Fmtp::H264(h264_fmtp)); in new()64 Fmtp::H264(h264fmtp) => h264fmtp.marshal(), in marshal()
58 video_info.codec = AvcCodecId::H264; in notify_video_codec_info()
109 H264, enumerator
742 let mut vcodec: VideoCodecType = VideoCodecType::H264; in send_prior_data()748 Fmtp::H264(data) => { in send_prior_data()
33 - [x] 支持发布和订阅H264/AAC 直播流;