Searched refs:coreSampleRate (Results 1 - 2 of 2) sorted by relevance

/external/aac/libSBRenc/include/
H A Dsbr_encoder.h281 * \param coreSampleRate the sample rate of the core coder
285 UINT sbrEncoder_LimitBitRate(UINT bitRate, UINT numChannels, UINT coreSampleRate, AUDIO_OBJECT_TYPE aot);
/external/aac/libSBRenc/src/
H A Dsbr_encoder.cpp1686 UINT sbrEncoder_LimitBitRate(UINT bitRate, UINT numChannels, UINT coreSampleRate, AUDIO_OBJECT_TYPE aot) argument
1704 index = getSbrTuningTableIndex(bitRate, numChannels, coreSampleRate, aot, &newBitRate);

Completed in 22 milliseconds