Home
last modified time | relevance | path

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

/external/webrtc/modules/rtp_rtcp/source/
Drtp_packetizer_av1.cc161 return Leb128Size(packet.last_obu_size); in AdditionalBytesForPreviousObuElement()
231 packet.last_obu_size = obu.size; in Packetize()
256 packet.last_obu_size = first_fragment_size; in Packetize()
273 packet.last_obu_size = middle_fragment_size; in Packetize()
302 packet.last_obu_size = semi_last_fragment_size; in Packetize()
310 last_packet.last_obu_size = last_fragment_size; in Packetize()
330 last_obu_offset + packet.last_obu_size < in AggregationHeader()
360 next_packet.last_obu_size, in NextPacket()
392 int fragment_size = next_packet.last_obu_size; in NextPacket()
Drtp_packetizer_av1.h49 int last_obu_size; member