Searched refs:coreSampleRate (Results 1 - 2 of 2) sorted by relevance
/external/aac/libSBRenc/include/ |
H A D | sbr_encoder.h | 281 * \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 D | sbr_encoder.cpp | 1686 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