Home
last modified time | relevance | path

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

/webrtc/rtp/src/codecs/opus/
H A Dopus_test.rs5 let mut pck = OpusPacket::default(); in test_opus_unmarshal()
43 let opus = OpusPacket::default(); in test_opus_is_partition_head()
H A Dmod.rs30 pub struct OpusPacket; struct
32 impl Depacketizer for OpusPacket { implementation
/webrtc/media/src/io/ogg_writer/
H A Dmod.rs161 let mut opus_packet = rtp::codecs::opus::OpusPacket::default(); in write_rtp()