Searched refs:obu_offset (Results 1 – 1 of 1) sorted by relevance
264 int obu_offset; in Packetize() local265 for (obu_offset = first_fragment_size; in Packetize()266 obu_offset + limits.max_payload_len < obu.size; in Packetize()267 obu_offset += limits.max_payload_len) { in Packetize()271 packet.first_obu_offset = obu_offset; in Packetize()278 int last_fragment_size = obu.size - obu_offset; in Packetize()301 packet.first_obu_offset = obu_offset; in Packetize()304 obu_offset += semi_last_fragment_size; in Packetize()309 last_packet.first_obu_offset = obu_offset; in Packetize()369 int obu_offset = next_packet.first_obu_offset; in NextPacket() local[all …]