HomeSort by relevance Sort by last modified time
    Searched refs:kAdtsHeaderLengthWithCrc (Results 1 - 3 of 3) sorted by null

  /frameworks/wilhelm/src/android/
AacBqToPcmCbRenderer.cpp 62 static const size_t kAdtsHeaderLengthWithCrc = 9;
63 size_t headSize = protectionAbsent ? kAdtsHeaderLengthNoCrc : kAdtsHeaderLengthWithCrc;
  /frameworks/wilhelm/src/android/util/
AacAdtsExtractor.cpp 79 static const size_t kAdtsHeaderLengthWithCrc = 9;
80 size_t headSize = protectionAbsent ? kAdtsHeaderLengthNoCrc : kAdtsHeaderLengthWithCrc;
  /frameworks/av/media/libstagefright/
AACExtractor.cpp 98 const size_t kAdtsHeaderLengthWithCrc = 9;
124 size_t headSize = protectionAbsent ? kAdtsHeaderLengthNoCrc : kAdtsHeaderLengthWithCrc;

Completed in 170 milliseconds