Searched defs:protectionAbsent (Results 1 - 2 of 2) sorted by last modified time

/system/media/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;
/system/media/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;

Completed in 48 milliseconds