Home
last modified time | relevance | path

Searched refs:vp9 (Results 1 – 5 of 5) sorted by relevance

/webrtc/rtp/src/codecs/
H A Dmod.rs6 pub mod vp9; module
/webrtc/rtp/src/codecs/vp9/
H A Dvp9_test.rs345 let vp9 = Vp9Packet::default(); in test_vp9_partition_head_checker_is_partition_head() localVariable
349 !vp9.is_partition_head(&Bytes::new()), in test_vp9_partition_head_checker_is_partition_head()
355 vp9.is_partition_head(&Bytes::from_static(&[0x18, 0x00, 0x00])), in test_vp9_partition_head_checker_is_partition_head()
359 !vp9.is_partition_head(&Bytes::from_static(&[0x10, 0x00, 0x00])), in test_vp9_partition_head_checker_is_partition_head()
/webrtc/examples/examples/play-from-disk-vpx/
H A DREADME.md11 ffmpeg -i $INPUT_FILE -g 30 -c libvpx-vp9 output_vp9.ivf
32 …les/play-from-disk-vpx -v examples/test-data/output_vp9.ivf -a examples/test-data/output.ogg --vp9`
38 …rom-disk-vpx -v examples/test-data/output_vp9.ivf -a examples/test-data/output.ogg --vp9 < my_file`
/webrtc/media/src/io/ivf_writer/
H A Dmod.rs60 Box::<rtp::codecs::vp9::Vp9Packet>::default() in write_rtp()
/webrtc/webrtc/src/rtp_transceiver/
H A Drtp_codec.rs74 Ok(Box::<rtp::codecs::vp9::Vp9Payloader>::default()) in payloader_for_codec()