Home
last modified time | relevance | path

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

/external/webrtc/modules/rtp_rtcp/source/
Drtp_packetizer_av1.cc271 packet.first_obu_offset = obu_offset; in Packetize()
301 packet.first_obu_offset = obu_offset; in Packetize()
309 last_packet.first_obu_offset = obu_offset; in Packetize()
322 bool first_obu_element_is_fragment = packet.first_obu_offset > 0; in AggregationHeader()
328 packet.num_obu_elements == 1 ? packet.first_obu_offset : 0; in AggregationHeader()
357 RTC_DCHECK_LT(next_packet.first_obu_offset, in NextPacket()
369 int obu_offset = next_packet.first_obu_offset; in NextPacket()
Drtp_packetizer_av1.h48 int first_obu_offset = 0; member