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

/frameworks/base/media/libstagefright/
H A DAACExtractor.cpp109 uint8_t protectionAbsent; local
110 if (source->readAt(offset + 1, &protectionAbsent, 1) < 1) {
113 protectionAbsent &= 0x1;
122 // protectionAbsent is 0 if there is CRC
123 size_t headSize = protectionAbsent ? kAdtsHeaderLengthNoCrc : kAdtsHeaderLengthWithCrc;

Completed in 50 milliseconds