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

/frameworks/av/media/libstagefright/mpeg2ts/
H A DESQueue.cpp851 bool protection_absent = bits.getBits(1) != 0; local
919 size_t headerSize = protection_absent ? 7 : 9;
/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.cpp2071 bool protection_absent __unused = bits.getBits(1) != 0;
2188 bool protection_absent = (adtsHeader[1] & 0x1); local
2189 size_t headerSize = protection_absent ? 7 : 9;
2191 ALOGV("extractAndQueueAAC[%d] protection_absent %d (%02x) headerSize %zu",
2192 mSeqNumber, protection_absent, adtsHeader[1], headerSize);

Completed in 868 milliseconds