HomeSort by relevance Sort by last modified time
    Searched defs:last_packet (Results 1 - 3 of 3) sorted by null

  /external/u-boot/net/
fastboot.c 36 static uchar last_packet[PACKET_SIZE]; variable
81 memcpy(last_packet, packet_base, last_packet_len);
142 memcpy(packet, last_packet, last_packet_len);
211 memcpy(last_packet, packet_base, last_packet_len);
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe_test_framework_unittest.cc 29 const MediaPacket* last_packet = static_cast<const MediaPacket*>(*last_it); local
30 if (IsNewerSequenceNumber(last_packet->header().sequenceNumber,
    [all...]
  /external/webrtc/talk/media/base/
videoengine_unittest.h 761 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)));
    [all...]

Completed in 949 milliseconds