Searched refs:lastPacket (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/libstagefright/rtsp/
H A DARTPWriter.cpp618 bool lastPacket = true; local
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()); local
691 if (!lastPacket) {
697 data[1] = (lastPacket ? 0x80 : 0x00) | PT; // M-bit

Completed in 54 milliseconds