Home
last modified time | relevance | path

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

/webrtc/rtp/src/codecs/h265/
H A Dmod.rs538 phes: Bytes, field
593 pub fn phes(&self) -> Bytes { in phes() method
594 self.phes.clone() in phes()
609 ((self.phes[0] as u32) << 16) | ((self.phes[1] as u32) << 8) | self.phes[0] as u32, in tsci()
642 self.phes = payload.slice(..header_extension_size as usize); in depacketize()
H A Dh265_test.rs673 phes: Bytes::from_static(&[]), in test_h265_paci_packet()
684 phes: Bytes::from_static(&[0xff]), in test_h265_paci_packet()
697 phes: Bytes::from_static(&[0xaa, 0xbb, 0x80]), in test_h265_paci_packet()
728 assert_eq!(parsed.phes(), expected_fu.phes(), "invalid PHES"); in test_h265_paci_packet()