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

/frameworks/av/media/libstagefright/
H A DACodec.cpp2006 int32_t sbrMode; local
2016 if (!msg->findInt32("aac-sbr-mode", &sbrMode)) {
2017 sbrMode = -1;
2050 isADTS != 0, sbrMode, maxOutputChannelCount, drc,
2295 int32_t bitRate, int32_t aacProfile, bool isADTS, int32_t sbrMode,
2364 switch (sbrMode) {
2293 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 182 milliseconds