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

  /frameworks/wilhelm/tests/sandbox/
xaplay.c 49 size_t lastPacket; // last packet index to be played
165 if (curPacket <= lastPacket) {
172 XAuint32 packetsThisBuffer = lastPacket - curPacket;
177 if (curPacket == lastPacket) {
356 lastPacket = firstPacket + numPackets;
357 if (discPacket != 0 && (discPacket < firstPacket || discPacket >= lastPacket)) {
361 if (afterDiscPacket < firstPacket || afterDiscPacket >= lastPacket) {
365 if (formatPacket != 0 && (formatPacket < firstPacket || formatPacket >= lastPacket)) {
476 for (curPacket = firstPacket; curPacket < lastPacket; curPacket += packetsThisBuffer) {
478 packetsThisBuffer = lastPacket - curPacket
    [all...]
  /frameworks/av/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 690 milliseconds