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

  /frameworks/base/media/libstagefright/rtsp/
ARTPWriter.cpp 618 bool lastPacket = true;
620 lastPacket = false;
626 data[1] = (lastPacket ? (1 << 7) : 0x00) | PT; // M-bit
640 CHECK(!firstPacket || !lastPacket);
644 | (lastPacket ? 0x40 : 0x00)
690 bool lastPacket = (remaining + 14 <= buffer->capacity());
691 if (!lastPacket) {
697 data[1] = (lastPacket ? 0x80 : 0x00) | PT; // M-bit
  /system/core/libcutils/
mq.c 182 OutgoingPacket* lastPacket;
293 peerProxy->lastPacket = newPacket;
297 peerProxy->lastPacket->nextPacket = newPacket;
332 peerProxy->lastPacket = NULL;
    [all...]

Completed in 194 milliseconds