Searched refs:vp9 (Results 1 – 5 of 5) sorted by relevance
6 pub mod vp9; module
345 let vp9 = Vp9Packet::default(); in test_vp9_partition_head_checker_is_partition_head() localVariable349 !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()
11 ffmpeg -i $INPUT_FILE -g 30 -c libvpx-vp9 output_vp9.ivf32 …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`
60 Box::<rtp::codecs::vp9::Vp9Packet>::default() in write_rtp()
74 Ok(Box::<rtp::codecs::vp9::Vp9Payloader>::default()) in payloader_for_codec()