Searched defs:protection_absent (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/mpeg2ts/
H A DESQueue.cpp848 bool protection_absent = bits.getBits(1) != 0; local
910 size_t headerSize = protection_absent ? 7 : 9;
/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.cpp2056 bool protection_absent __unused = bits.getBits(1) != 0;
2172 bool protection_absent = (adtsHeader[1] & 0x1); local
2173 size_t headerSize = protection_absent ? 7 : 9;
2175 ALOGV("extractAndQueueAAC[%d] protection_absent %d (%02x) headerSize %zu",
2176 mSeqNumber, protection_absent, adtsHeader[1], headerSize);

Completed in 89 milliseconds