Searched defs:length (Results 1 – 9 of 9) sorted by relevance
25 pub length: u8, field
20 pub length: u16, // 16 bits field
57 let length = pat.pmt.len() as u16 * 4 + 5 + 4; in write() localVariable
107 let mut length: u8 = 0x00; in write_pes_header() localVariable
38 let length = uuid.len(); in from_str2() localVariable
291 let length = nalu.len(); in nalus_to_mpeg4avc() localVariable356 let length = 4; in test_bigend_to_bytes() localVariable
540 let length = other_values.len() as u8; in on_play() localVariable669 let length = other_values.len(); in on_publish() localVariable
77 length: u16, field93 let length = reader.read_u16::<BigEndian>()?; in new() localVariable
359 let length = payload_reader.read_u16::<BigEndian>()? as usize; in unpack_stap() localVariable