Searched refs:width (Results 1 – 9 of 9) sorted by relevance
| /webrtc/media/src/io/ivf_reader/ |
| H A D | mod.rs | 23 pub width: u16, // 12-13 field 96 let width = self.reader.read_u16::<LittleEndian>()?; in parse_file_header() localVariable 108 width, in parse_file_header()
|
| H A D | ivf_reader_test.rs | 41 assert_eq!(header.width, 176, "width should be 176"); in test_ivf_reader_parse_valid_file_header()
|
| /webrtc/rtp/src/codecs/vp9/ |
| H A D | mod.rs | 193 pub width: Vec<u16>, field 424 self.width = vec![0u16; ns]; in parse_ssdata() 427 self.width[i] = reader.get_u16(); in parse_ssdata()
|
| H A D | vp9_test.rs | 179 width: vec![640, 1280], in test_vp9_packet_unmarshal()
|
| /webrtc/media/src/io/ivf_writer/ |
| H A D | mod.rs | 43 self.writer.write_u16::<LittleEndian>(header.width)?; // Width in pixels in write_header()
|
| H A D | ivf_writer_test.rs | 146 width: 640, // Width in pixels in test_ivf_writer_add_packet_and_close()
|
| /webrtc/examples/examples/rtp-to-webrtc/ |
| H A D | README.md | 39 gst-launch-1.0 videotestsrc ! video/x-raw,width=640,height=480,format=I420 ! vp8enc error-resilient…
|
| /webrtc/examples/examples/save-to-disk-vpx/ |
| H A D | save-to-disk-vpx.rs | 137 width: 640, // 12-13 in main()
|
| /webrtc/ |
| H A D | README.md | 51 …c="https://avstack.io/assets/logo-full-lightbg.b880ab9e.svg" alt="AVStack" style="width:12rem"></a>
|