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

  /external/webrtc/webrtc/modules/video_coding/
jitter_buffer_unittest.cc     [all...]
  /frameworks/av/media/libstagefright/rtsp/
ARTPWriter.cpp 615 bool firstPacket = true;
640 CHECK(!firstPacket || !lastPacket);
643 (firstPacket ? 0x80 : 0x00)
657 firstPacket = false;
  /frameworks/wilhelm/tests/sandbox/
xaplay.c 45 size_t numPackets; // number of packets to play, defaults to totalPackets - firstPacket
49 size_t firstPacket; // first packet index to be played, defaults to zero
273 firstPacket = atoi(&arg[2]);
347 if (firstPacket >= totalPackets) {
348 fprintf(stderr, "-f%zu ignored\n", firstPacket);
349 firstPacket = 0;
352 numPackets = totalPackets - firstPacket;
353 } else if (firstPacket + numPackets > totalPackets) {
355 numPackets = totalPackets - firstPacket;
357 lastPacket = firstPacket + numPackets
    [all...]
  /external/tcpdump/
print-rx.c 118 uint32_t firstPacket; /* The first packet in ack list */
    [all...]
  /device/google/contexthub/firmware/os/core/
nanohubCommand.c 736 struct HostIntfDataBuffer *firstPacket = tx;
775 if ((!totLength || (isSensorEvent(firstPacket->evtType) && isSensorEvent(packet->evtType))) &&
780 firstPacket->firstSample.interrupt = NANOHUB_INT_WAKEUP;
    [all...]
  /prebuilts/misc/common/robolectric/3.1.1/lib/
shadows-core-v23-3.1.1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.0.0_r1-robolectric-0.jar 

Completed in 111 milliseconds