Home
last modified time | relevance | path

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

/webrtc/rtp/src/codecs/h264/
H A Dmod.rs18 pub const STAPA_NALU_TYPE: u8 = 24; constant
232 STAPA_NALU_TYPE => { in depacketize()
H A Dh264_test.rs209 let stapa_nalu = Bytes::from_static(&[STAPA_NALU_TYPE, 0]); in test_h264_partition_head_checker_is_partition_head()