Home
last modified time | relevance | path

Searched refs:last_packet (Results 1 – 12 of 12) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_format_video_generic.cc50 bool* last_packet) { in NextPacket() argument
72 *last_packet = payload_size_ <= 0; in NextPacket()
Drtp_format_h264.cc254 bool* last_packet) { in NextPacket() argument
258 *last_packet = true; in NextPacket()
277 *last_packet = packets_.empty(); in NextPacket()
Drtp_format.h44 bool* last_packet) = 0;
Drtp_format_video_generic.h46 bool* last_packet) override;
Drtp_format_vp9.h60 bool* last_packet) override;
Drtp_format_h264.h42 bool* last_packet) override;
Drtp_format_vp8.h80 bool* last_packet) override;
Drtp_format_vp8.cc202 bool* last_packet) { in NextPacket() argument
226 *last_packet = packets_.empty(); in NextPacket()
Drtp_format_vp9.cc550 bool* last_packet) { in NextPacket() argument
560 *last_packet = in NextPacket()
/external/webrtc/talk/media/base/
Dvideoengine_unittest.h761 size_t last_packet = NumRtpPackets() - 1; in AddRemoveSendStreams() local
763 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()
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dbwe_test_framework_unittest.cc29 const MediaPacket* last_packet = static_cast<const MediaPacket*>(*last_it); in IsSequenceNumberSorted() local
30 if (IsNewerSequenceNumber(last_packet->header().sequenceNumber, in IsSequenceNumberSorted()
/external/syslinux/gpxe/src/net/80211/
Dnet80211.c136 int last_packet; member
1684 if ( currticks() - dev->ctx.assoc->last_packet > ASSOC_TIMEOUT ) { in net80211_step_associate()
1760 dev->ctx.assoc->last_packet = currticks(); in net80211_step_associate()