Searched refs:kObuSizePresentBit (Results 1 – 3 of 3) sorted by relevance
47 constexpr uint8_t kObuSizePresentBit = 0b0'0000'010; variable112 explicit Obu(uint8_t obu_type) : header_(obu_type | kObuSizePresentBit) { in Obu()122 header_ &= ~kObuSizePresentBit; in WithoutSize()144 if (obu.header_ & kObuSizePresentBit) { in BuildAv1Frame()
32 constexpr uint8_t kObuSizePresentBit = 0b0'0000'010; variable43 return obu_header & kObuSizePresentBit; in ObuHasSize()376 *write_at++ = obu.header & ~kObuSizePresentBit; in NextPacket()398 *write_at++ = last_obu.header & ~kObuSizePresentBit; in NextPacket()
159 constexpr uint8_t kObuSizePresentBit = 0b0'0000'010; variable166 return obu_header & kObuSizePresentBit; in ObuHasSize()286 obu_info->prefix[0] = obu_header | kObuSizePresentBit; in CalculateObuSizes()