Home
last modified time | relevance | path

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

/webrtc/rtp/src/codecs/h265/
H A Dmod.rs231 dond: Option<u8>, field
240 pub fn dond(&self) -> Option<u8> { in dond() method
241 self.dond in dond()
335 let dond = payload[0]; in depacketize() localVariable
336 unit.dond = Some(dond); in depacketize()
H A Dh265_test.rs381 dond: Some(0x77), in test_h265_aggregation_packet()
439 parsed.other_units()[ndx].dond(), in test_h265_aggregation_packet()
440 expected_packet.other_units()[ndx].dond(), in test_h265_aggregation_packet()