Searched defs:last_packet (Results 1 - 7 of 7) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Drtp_format_video_generic.cc50 bool* last_packet) {
72 *last_packet = payload_size_ <= 0;
48 NextPacket(uint8_t* buffer, size_t* bytes_to_send, bool* last_packet) argument
H A Drtp_format_vp8.cc202 bool* last_packet) {
226 *last_packet = packets_.empty();
200 NextPacket(uint8_t* buffer, size_t* bytes_to_send, bool* last_packet) argument
H A Drtp_format_h264.cc254 bool* last_packet) {
258 *last_packet = true;
277 *last_packet = packets_.empty();
252 NextPacket(uint8_t* buffer, size_t* bytes_to_send, bool* last_packet) argument
H A Drtp_format_vp9.cc550 bool* last_packet) {
560 *last_packet =
548 NextPacket(uint8_t* buffer, size_t* bytes_to_send, bool* last_packet) argument
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
H A Dbwe_test_framework_unittest.cc29 const MediaPacket* last_packet = static_cast<const MediaPacket*>(*last_it); local
30 if (IsNewerSequenceNumber(last_packet->header().sequenceNumber,
/external/syslinux/gpxe/src/net/80211/
H A Dnet80211.c136 int last_packet; member in struct:net80211_assoc_ctx
1684 if ( currticks() - dev->ctx.assoc->last_packet > ASSOC_TIMEOUT ) {
1760 dev->ctx.assoc->last_packet = currticks();
/external/webrtc/talk/media/base/
H A Dvideoengine_unittest.h761 size_t last_packet = NumRtpPackets() - 1; local
763 p(GetRtpPacket(static_cast<int>(last_packet)));
779 last_packet = NumRtpPackets() - 1;
780 p.reset(GetRtpPacket(static_cast<int>(last_packet)));

Completed in 220 milliseconds