Searched defs:sbrMode (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/
H A DACodec.cpp1530 int32_t sbrMode; local
1540 if (!msg->findInt32("aac-sbr-mode", &sbrMode)) {
1541 sbrMode = -1;
1574 isADTS != 0, sbrMode, maxOutputChannelCount, drc,
1750 int32_t bitRate, int32_t aacProfile, bool isADTS, int32_t sbrMode,
1819 switch (sbrMode) {
1748 setupAACCodec( bool encoder, int32_t numChannels, int32_t sampleRate, int32_t bitRate, int32_t aacProfile, bool isADTS, int32_t sbrMode, int32_t maxOutputChannelCount, const drcParams_t& drc, int32_t pcmLimiterEnable) argument

Completed in 61 milliseconds