Home
last modified time | relevance | path

Searched refs:donl (Results 1 – 2 of 2) sorted by relevance

/webrtc/rtp/src/codecs/h265/
H A Dmod.rs105 donl: Option<u16>, field
145 self.donl = Some(donl); in depacketize()
161 pub fn donl(&self) -> Option<u16> { in donl() method
162 self.donl in donl()
191 donl: Option<u16>, field
200 pub fn donl(&self) -> Option<u16> { in donl() method
201 self.donl in donl()
308 first_unit.donl = Some(donl); in depacketize()
437 donl: Option<u16>, field
475 self.donl = Some(donl); in depacketize()
[all …]
H A Dh265_test.rs231 donl: Some((0xaa << 8) | 0xbb), in test_h265_single_nalunit_packet()
260 assert_eq!(parsed.donl(), expected_packet.donl(), "invalid DONL"); in test_h265_single_nalunit_packet()
376 donl: Some(0xccdd), in test_h265_aggregation_packet()
414 parsed_first_unit.donl(), in test_h265_aggregation_packet()
415 first_unit.donl(), in test_h265_aggregation_packet()
509 donl: None, in test_h265_fragmentation_unit_packet()
527 donl: Some((0xcc << 8) | 0xdd), in test_h265_fragmentation_unit_packet()
560 assert_eq!(parsed.donl(), expected_fu.donl(), "invalid DONL"); in test_h265_fragmentation_unit_packet()