Home
last modified time | relevance | path

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

/webrtc/rtp/src/codecs/h265/
H A Dh265_test.rs172 with_donl: bool, in test_h265_single_nalunit_packet() field
224 with_donl: true, in test_h265_single_nalunit_packet()
242 if cur.with_donl { in test_h265_single_nalunit_packet()
243 parsed.with_donl(cur.with_donl); in test_h265_single_nalunit_packet()
278 with_donl: bool, in test_h265_aggregation_packet() field
393 if cur.with_donl { in test_h265_aggregation_packet()
394 parsed.with_donl(cur.with_donl); in test_h265_aggregation_packet()
467 with_donl: bool, in test_h265_fragmentation_unit_packet() field
537 if cur.with_donl { in test_h265_fragmentation_unit_packet()
538 parsed.with_donl(cur.with_donl); in test_h265_fragmentation_unit_packet()
[all …]
H A Dmod.rs115 pub fn with_donl(&mut self, value: bool) { in with_donl() method
280 pub fn with_donl(&mut self, value: bool) { in with_donl() method
447 pub fn with_donl(&mut self, value: bool) { in with_donl() method
729 pub fn with_donl(&mut self, value: bool) { in with_donl() method
763 decoded.with_donl(self.might_need_donl); in depacketize()
770 decoded.with_donl(self.might_need_donl); in depacketize()
777 decoded.with_donl(self.might_need_donl); in depacketize()