Searched refs:PacketIterator (Results 1 – 5 of 5) sorted by relevance
/external/webrtc/webrtc/modules/video_coding/ |
D | session_info.h | 101 typedef PacketList::iterator PacketIterator; typedef 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); 125 PacketIterator FindNaluEnd(PacketIterator packet_iter) const; 128 size_t DeletePacketData(PacketIterator start, PacketIterator end);
|
D | session_info.cc | 39 for (PacketIterator it = packets_.begin(); it != packets_.end(); ++it) in UpdateDataPointers() 158 PacketIterator packet_it) { in InsertBuffer() 160 PacketIterator it; in InsertBuffer() 227 void VCMSessionInfo::ShiftSubsequentPackets(PacketIterator it, in ShiftSubsequentPackets() 247 PacketIterator it = packets_.begin(); in UpdateCompleteSession() 248 PacketIterator prev_it = it; in UpdateCompleteSession() 295 VCMSessionInfo::PacketIterator VCMSessionInfo::FindNaluEnd( in FindNaluEnd() 296 PacketIterator packet_it) const { in FindNaluEnd() 315 size_t VCMSessionInfo::DeletePacketData(PacketIterator start, in DeletePacketData() 316 PacketIterator end) { in DeletePacketData() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonMCInstrInfo.h | 44 class PacketIterator { 52 PacketIterator(MCInstrInfo const &MCII, MCInst const &Inst); 53 PacketIterator(MCInstrInfo const &MCII, MCInst const &Inst, std::nullptr_t); 55 PacketIterator &operator++(); 57 bool operator==(PacketIterator const &Other) const; 58 bool operator!=(PacketIterator const &Other) const { 85 iterator_range<Hexagon::PacketIterator>
|
D | HexagonMCInstrInfo.cpp | 40 Hexagon::PacketIterator::PacketIterator(MCInstrInfo const &MCII, in PacketIterator() function in Hexagon::PacketIterator 46 Hexagon::PacketIterator::PacketIterator(MCInstrInfo const &MCII, in PacketIterator() function in Hexagon::PacketIterator 51 Hexagon::PacketIterator &Hexagon::PacketIterator::operator++() { in operator ++() 72 MCInst const &Hexagon::PacketIterator::operator*() const { in operator *() 78 bool Hexagon::PacketIterator::operator==(PacketIterator const &Other) const { in operator ==() 103 iterator_range<Hexagon::PacketIterator> 107 return make_range(Hexagon::PacketIterator(MCII, MCI), in bundleInstructions() 108 Hexagon::PacketIterator(MCII, MCI, nullptr)); in bundleInstructions()
|
/external/webrtc/webrtc/test/ |
D | rtp_file_reader.cc | 299 PacketIterator it = packets_.begin(); in Initialize() 385 typedef std::vector<RtpPacketMarker>::iterator PacketIterator; typedef in webrtc::test::PcapReader 641 PacketIterator next_packet_it_;
|