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

  /frameworks/base/media/libstagefright/codecs/aacenc/inc/
aac_rom.h 95 extern const int sampRateTab[NUM_SAMPLE_RATES];
96 extern const int BandwithCoefTab[8][NUM_SAMPLE_RATES];
98 extern const UWord8 sfBandTotalShort[NUM_SAMPLE_RATES];
99 extern const UWord8 sfBandTotalLong[NUM_SAMPLE_RATES];
100 extern const int sfBandTabShortOffset[NUM_SAMPLE_RATES];
102 extern const int sfBandTabLongOffset[NUM_SAMPLE_RATES];
psy_const.h 78 #define NUM_SAMPLE_RATES 12
  /frameworks/base/media/libstagefright/codecs/aacenc/src/
aacenc.c 343 for(i = 0; i < NUM_SAMPLE_RATES; i++)
414 for(i = 0; i < NUM_SAMPLE_RATES; i++)
aac_rom.c     [all...]

Completed in 433 milliseconds