Home
last modified time | relevance | path

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

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