HomeSort by relevance Sort by last modified time
    Searched refs:PacketIterator (Results 1 - 3 of 3) sorted by null

  /external/webrtc/webrtc/modules/video_coding/
session_info.h 101 typedef PacketList::iterator PacketIterator;
112 PacketIterator FindNextPartitionBeginning(PacketIterator it) const;
116 PacketIterator FindPartitionEnd(PacketIterator it) const;
117 static bool InSequence(const PacketIterator& it,
118 const PacketIterator& prev_it);
119 size_t InsertBuffer(uint8_t* frame_buffer, PacketIterator packetIterator);
124 void ShiftSubsequentPackets(PacketIterator it, int steps_to_shift)
    [all...]
session_info.cc 39 for (PacketIterator it = packets_.begin(); it != packets_.end(); ++it)
158 PacketIterator packet_it) {
160 PacketIterator it;
227 void VCMSessionInfo::ShiftSubsequentPackets(PacketIterator it,
247 PacketIterator it = packets_.begin();
248 PacketIterator prev_it = it;
295 VCMSessionInfo::PacketIterator VCMSessionInfo::FindNaluEnd(
296 PacketIterator packet_it) const {
315 size_t VCMSessionInfo::DeletePacketData(PacketIterator start,
316 PacketIterator end)
    [all...]
  /external/webrtc/webrtc/test/
rtp_file_reader.cc 299 PacketIterator it = packets_.begin();
385 typedef std::vector<RtpPacketMarker>::iterator PacketIterator;
641 PacketIterator next_packet_it_;

Completed in 301 milliseconds