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

  /frameworks/av/media/libstagefright/
AACWriter.cpp 212 static bool getSampleRateTableIndex(int sampleRate, uint8_t* tableIndex) {
270 CHECK(getSampleRateTableIndex(mSampleRate, &kSampleFreqIndex));
  /frameworks/av/media/libstagefright/codecs/aacenc/
AACEncoder.cpp 96 static status_t getSampleRateTableIndex(int32_t sampleRate, int32_t &index) {
118 CHECK_EQ((status_t)OK, getSampleRateTableIndex(mSampleRate, index));
SoftAACEncoder.cpp 337 static status_t getSampleRateTableIndex(int32_t sampleRate, int32_t &index) {
361 status_t err = getSampleRateTableIndex(mSampleRate, index);

Completed in 50 milliseconds