Home
last modified time | relevance | path

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

/webrtc/rtp/src/codecs/h264/
H A Dh264_test.rs215 let fua_start_nalu = Bytes::from_static(&[FUA_NALU_TYPE, FU_START_BITMASK]); in test_h264_partition_head_checker_is_partition_head()
227 let fub_start_nalu = Bytes::from_static(&[FUB_NALU_TYPE, FU_START_BITMASK]); in test_h264_partition_head_checker_is_partition_head()
H A Dmod.rs32 pub const FU_START_BITMASK: u8 = 0x80; constant
303 (payload[1] & FU_START_BITMASK) != 0 in is_partition_head()