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

  /system/media/audio_utils/spdif/
AC3FrameScanner.h 25 #define AC3_NUM_SAMPLE_RATE_TABLE_ENTRIES 3
65 static const uint16_t kAC3SampleRateTable[AC3_NUM_SAMPLE_RATE_TABLE_ENTRIES];
68 [AC3_NUM_SAMPLE_RATE_TABLE_ENTRIES];
70 static const uint16_t kEAC3ReducedSampleRateTable[AC3_NUM_SAMPLE_RATE_TABLE_ENTRIES];
AC3FrameScanner.cpp 32 const uint16_t AC3FrameScanner::kAC3SampleRateTable[AC3_NUM_SAMPLE_RATE_TABLE_ENTRIES]
38 [AC3_NUM_SAMPLE_RATE_TABLE_ENTRIES] = {
79 const uint16_t AC3FrameScanner::kEAC3ReducedSampleRateTable[AC3_NUM_SAMPLE_RATE_TABLE_ENTRIES]
197 if (fscod2 >= AC3_NUM_SAMPLE_RATE_TABLE_ENTRIES) {
226 if (fscod >= AC3_NUM_SAMPLE_RATE_TABLE_ENTRIES) {

Completed in 197 milliseconds