Searched refs:ObuHasExtension (Results 1 – 2 of 2) sorted by relevance
38 bool ObuHasExtension(uint8_t obu_header) { in ObuHasExtension() function105 if (ObuHasExtension(obu.header)) { in ParseObus()378 if (obu_offset <= 1 && ObuHasExtension(obu.header)) { in NextPacket()382 std::max(0, obu_offset - (ObuHasExtension(obu.header) ? 2 : 1)); in NextPacket()401 if (obu_offset <= 1 && ObuHasExtension(last_obu.header) && in NextPacket()409 std::max(0, obu_offset - (ObuHasExtension(last_obu.header) ? 2 : 1)); in NextPacket()
161 bool ObuHasExtension(uint8_t obu_header) { in ObuHasExtension() function289 if (ObuHasExtension(obu_header)) { in CalculateObuSizes()