Home
last modified time | relevance | path

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

/webrtc/rtp/src/codecs/h265/
H A Dmod.rs603 pub fn tsci(&self) -> Option<H265TSCI> { in tsci() argument
608 Some(H265TSCI( in tsci()
659 pub struct H265TSCI(pub u32); struct
661 impl H265TSCI { implementation
H A Dh265_test.rs572 value: H265TSCI, in test_h265_temporal_scalability_control_information()
582 value: H265TSCI(((0xCA) << 24) | ((0xFE) << 16)), in test_h265_temporal_scalability_control_information()
588 value: H265TSCI((1) << 15), in test_h265_temporal_scalability_control_information()
593 value: H265TSCI((1) << 14), in test_h265_temporal_scalability_control_information()
598 value: H265TSCI((0x0A) << 8), in test_h265_temporal_scalability_control_information()
604 value: H265TSCI(((0xAA) << 8) & (u32::MAX ^ ((1) << 15)) & (u32::MAX ^ ((1) << 14))), in test_h265_temporal_scalability_control_information()