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

/frameworks/wilhelm/src/android/
H A DAacBqToPcmCbRenderer.cpp62 static const size_t kAdtsHeaderLengthWithCrc = 9; local
63 size_t headSize = protectionAbsent ? kAdtsHeaderLengthNoCrc : kAdtsHeaderLengthWithCrc;
/frameworks/wilhelm/src/android/util/
H A DAacAdtsExtractor.cpp80 static const size_t kAdtsHeaderLengthWithCrc = 9; local
81 size_t headSize = protectionAbsent ? kAdtsHeaderLengthNoCrc : kAdtsHeaderLengthWithCrc;
/frameworks/av/media/extractors/aac/
H A DAACExtractor.cpp98 const size_t kAdtsHeaderLengthWithCrc = 9; local
124 size_t headSize = protectionAbsent ? kAdtsHeaderLengthNoCrc : kAdtsHeaderLengthWithCrc;

Completed in 561 milliseconds