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

  /external/tcpdump/
rx.h 100 u_int32_t firstPacket; /* The first packet in ack list */
print-rx.c     [all...]
  /frameworks/wilhelm/tests/sandbox/
xaplay.c 44 size_t numPackets; // number of packets to play, defaults to totalPackets - firstPacket
48 size_t firstPacket; // first packet index to be played, defaults to zero
272 firstPacket = atoi(&arg[2]);
346 if (firstPacket >= totalPackets) {
347 fprintf(stderr, "-f%zu ignored\n", firstPacket);
348 firstPacket = 0;
351 numPackets = totalPackets - firstPacket;
352 } else if (firstPacket + numPackets > totalPackets) {
354 numPackets = totalPackets - firstPacket;
356 lastPacket = firstPacket + numPackets
    [all...]
  /frameworks/av/media/libstagefright/rtsp/
ARTPWriter.cpp 615 bool firstPacket = true;
640 CHECK(!firstPacket || !lastPacket);
643 (firstPacket ? 0x80 : 0x00)
657 firstPacket = false;

Completed in 96 milliseconds