Home
last modified time | relevance | path

Searched refs:protection_absent (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/httplive/
DPlaylistFetcher.cpp2085 bool protection_absent __unused = bits.getBits(1) != 0; in extractAndQueueAccessUnits()
2207 bool protection_absent = (adtsHeader[1] & 0x1); in extractAndQueueAccessUnits() local
2208 size_t headerSize = protection_absent ? 7 : 9; in extractAndQueueAccessUnits()
2211 mSeqNumber, protection_absent, adtsHeader[1], headerSize); in extractAndQueueAccessUnits()
/frameworks/av/media/libstagefright/mpeg2ts/
DESQueue.cpp1196 bool protection_absent = bits.getBits(1) != 0; in dequeueAccessUnitAAC() local
1250 size_t headerSize = protection_absent ? 7 : 9; in dequeueAccessUnitAAC()