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

/frameworks/av/include/media/stagefright/
H A DACodec.h468 int32_t aacProfile, bool isADTS, int32_t sbrMode,
/frameworks/av/media/libstagefright/foundation/include/
H A DACodec.h468 int32_t aacProfile, bool isADTS, int32_t sbrMode,
/frameworks/av/media/libstagefright/include/
H A DACodec.h468 int32_t aacProfile, bool isADTS, int32_t sbrMode,
/frameworks/av/media/libstagefright/
H A DACodec.cpp2107 int32_t sbrMode; local
2117 if (!msg->findInt32("aac-sbr-mode", &sbrMode)) {
2118 sbrMode = -1;
2151 isADTS != 0, sbrMode, maxOutputChannelCount, drc,
2657 int32_t bitRate, int32_t aacProfile, bool isADTS, int32_t sbrMode,
2726 switch (sbrMode) {
2655 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 177 milliseconds