Home
last modified time | relevance | path

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

/external/webrtc/modules/rtp_rtcp/source/
Drtp_packetizer_av1.cc38 bool ObuHasExtension(uint8_t obu_header) { in ObuHasExtension() function
105 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()
Dvideo_rtp_depacketizer_av1.cc161 bool ObuHasExtension(uint8_t obu_header) { in ObuHasExtension() function
289 if (ObuHasExtension(obu_header)) { in CalculateObuSizes()