• Home
  • Raw
  • Download

Lines Matching refs:PacketIterator

50   for (PacketIterator it = packets_.begin(); it != packets_.end(); ++it)  in UpdateDataPointers()
189 PacketIterator packet_it) { in InsertBuffer()
191 PacketIterator it; in InsertBuffer()
258 void VCMSessionInfo::ShiftSubsequentPackets(PacketIterator it, in ShiftSubsequentPackets()
278 PacketIterator it = packets_.begin(); in UpdateCompleteSession()
279 PacketIterator prev_it = it; in UpdateCompleteSession()
299 VCMSessionInfo::PacketIterator VCMSessionInfo::FindNaluEnd( in FindNaluEnd()
300 PacketIterator packet_it) const { in FindNaluEnd()
319 size_t VCMSessionInfo::DeletePacketData(PacketIterator start, in DeletePacketData()
320 PacketIterator end) { in DeletePacketData()
322 PacketIterator packet_after_end = end; in DeletePacketData()
327 for (PacketIterator it = start; it != packet_after_end; ++it) { in DeletePacketData()
337 VCMSessionInfo::PacketIterator VCMSessionInfo::FindNextPartitionBeginning( in FindNextPartitionBeginning()
338 PacketIterator it) const { in FindNextPartitionBeginning()
349 VCMSessionInfo::PacketIterator VCMSessionInfo::FindPartitionEnd( in FindPartitionEnd()
350 PacketIterator it) const { in FindPartitionEnd()
352 PacketIterator prev_it = it; in FindPartitionEnd()
375 bool VCMSessionInfo::InSequence(const PacketIterator& packet_it, in InSequence()
376 const PacketIterator& prev_packet_it) { in InSequence()
389 PacketIterator it = packets_.begin(); in MakeDecodable()
392 PacketIterator nalu_end = FindNaluEnd(it); in MakeDecodable()
396 PacketIterator prev_it = it; in MakeDecodable()
403 PacketIterator nalu_end = FindNaluEnd(it); in MakeDecodable()
496 PacketIterator packet_list_it = packets_.insert(rit.base(), packet); in InsertPacket()