Searched refs:last_packet (Results 1 – 11 of 11) sorted by relevance
50 bool* last_packet) { in NextPacket() argument72 *last_packet = payload_size_ <= 0; in NextPacket()
254 bool* last_packet) { in NextPacket() argument258 *last_packet = true; in NextPacket()277 *last_packet = packets_.empty(); in NextPacket()
44 bool* last_packet) = 0;
46 bool* last_packet) override;
60 bool* last_packet) override;
42 bool* last_packet) override;
80 bool* last_packet) override;
202 bool* last_packet) { in NextPacket() argument226 *last_packet = packets_.empty(); in NextPacket()
550 bool* last_packet) { in NextPacket() argument560 *last_packet = in NextPacket()
761 size_t last_packet = NumRtpPackets() - 1; in AddRemoveSendStreams() local763 p(GetRtpPacket(static_cast<int>(last_packet))); in AddRemoveSendStreams()779 last_packet = NumRtpPackets() - 1; in AddRemoveSendStreams()780 p.reset(GetRtpPacket(static_cast<int>(last_packet))); in AddRemoveSendStreams()
29 const MediaPacket* last_packet = static_cast<const MediaPacket*>(*last_it); in IsSequenceNumberSorted() local30 if (IsNewerSequenceNumber(last_packet->header().sequenceNumber, in IsSequenceNumberSorted()