Home
last modified time | relevance | path

Searched refs:H264Packet (Results 1 – 3 of 3) sorted by relevance

/webrtc/media/src/io/h264_writer/
H A Dmod.rs7 use rtp::codecs::h264::H264Packet;
34 cached_packet: Option<H264Packet>,
64 self.cached_packet = Some(H264Packet::default()); in write_rtp()
/webrtc/rtp/src/codecs/h264/
H A Dh264_test.rs115 let mut pkt = H264Packet::default(); in test_h264_packet_unmarshal()
116 let mut avc_pkt = H264Packet { in test_h264_packet_unmarshal()
196 let h264 = H264Packet::default(); in test_h264_partition_head_checker_is_partition_head()
H A Dmod.rs203 pub struct H264Packet { struct
208 impl Depacketizer for H264Packet { argument