OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PacketIterator
(Results
1 - 2
of
2
) 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
...]
/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 136 milliseconds