Searched refs:num_frames (Results 1 – 5 of 5) sorted by relevance
27 pub num_frames: u32, // 24-27 field100 let num_frames = self.reader.read_u32::<LittleEndian>()?; in parse_file_header() localVariable112 num_frames, in parse_file_header()
51 assert_eq!(header.num_frames, 29, "number of frames should be 29"); in test_ivf_reader_parse_valid_file_header()
49 …self.writer.write_u32::<LittleEndian>(header.num_frames)?; // Frame count, will be updated on firs… in write_header()
150 num_frames: 900, // Frame count, will be updated on first Close() call in test_ivf_writer_add_packet_and_close()
141 num_frames: 900, // 24-27 in main()