Searched refs:NALU_TYPE_BITMASK (Results 1 – 2 of 2) sorted by relevance
13 const NALU_TYPE_BITMASK: u32 = 0x1F; constant20 let nalu_type = (word >> 24) & NALU_TYPE_BITMASK; in is_key_frame()21 (nalu_type == NALU_TTYPE_STAP_A && (word & NALU_TYPE_BITMASK) == NALU_TTYPE_SPS) in is_key_frame()
30 pub const NALU_TYPE_BITMASK: u8 = 0x1F; constant60 let nalu_type = nalu[0] & NALU_TYPE_BITMASK; in emit()220 let nalu_type = b0 & NALU_TYPE_BITMASK; in depacketize()273 let fragmented_nalu_type = b1 & NALU_TYPE_BITMASK; in depacketize()300 if payload[0] & NALU_TYPE_BITMASK == FUA_NALU_TYPE in is_partition_head()301 || payload[0] & NALU_TYPE_BITMASK == FUB_NALU_TYPE in is_partition_head()