Home
last modified time | relevance | path

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

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