Searched refs:protectionAbsent (Results 1 - 4 of 4) sorted by relevance

/frameworks/wilhelm/src/android/
H A DAacBqToPcmCbRenderer.cpp53 const uint8_t protectionAbsent = data[offset+1] & 0x1; local
59 // protectionAbsent is 0 if there is CRC
62 size_t headSize = protectionAbsent ? kAdtsHeaderLengthNoCrc : kAdtsHeaderLengthWithCrc;
/frameworks/av/media/libstagefright/
H A DAACExtractor.cpp110 uint8_t protectionAbsent; local
111 if (source->readAt(offset + 1, &protectionAbsent, 1) < 1) {
114 protectionAbsent &= 0x1;
123 // protectionAbsent is 0 if there is CRC
124 size_t headSize = protectionAbsent ? kAdtsHeaderLengthNoCrc : kAdtsHeaderLengthWithCrc;
/frameworks/wilhelm/src/android/util/
H A DAacAdtsExtractor.cpp72 const uint8_t protectionAbsent = syncword[1] & 0x1; local
77 // protectionAbsent is 0 if there is CRC
80 size_t headSize = protectionAbsent ? kAdtsHeaderLengthNoCrc : kAdtsHeaderLengthWithCrc;
/frameworks/av/media/libstagefright/codecs/aacdec/
H A DSoftAAC2.cpp587 bool protectionAbsent = (adtsHeader[1] & 1); local
602 adtsHeaderSize = (protectionAbsent ? 7 : 9);

Completed in 182 milliseconds