Home
last modified time | relevance | path

Searched refs:width (Results 1 – 9 of 9) sorted by relevance

/webrtc/media/src/io/ivf_reader/
H A Dmod.rs23 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 Divf_reader_test.rs41 assert_eq!(header.width, 176, "width should be 176"); in test_ivf_reader_parse_valid_file_header()
/webrtc/rtp/src/codecs/vp9/
H A Dmod.rs193 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 Dvp9_test.rs179 width: vec![640, 1280], in test_vp9_packet_unmarshal()
/webrtc/media/src/io/ivf_writer/
H A Dmod.rs43 self.writer.write_u16::<LittleEndian>(header.width)?; // Width in pixels in write_header()
H A Divf_writer_test.rs146 width: 640, // Width in pixels in test_ivf_writer_add_packet_and_close()
/webrtc/examples/examples/rtp-to-webrtc/
H A DREADME.md39 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 Dsave-to-disk-vpx.rs137 width: 640, // 12-13 in main()
/webrtc/
H A DREADME.md51 …c="https://avstack.io/assets/logo-full-lightbg.b880ab9e.svg" alt="AVStack" style="width:12rem"></a>