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

/frameworks/av/include/media/stagefright/
H A DACodec.h340 int32_t maxOutputChannelCount, const drcParams_t& drc,
/frameworks/av/media/libstagefright/
H A DACodec.cpp2007 int32_t maxOutputChannelCount; local
2020 if (!msg->findInt32("aac-max-output-channel_count", &maxOutputChannelCount)) {
2021 maxOutputChannelCount = -1;
2050 isADTS != 0, sbrMode, maxOutputChannelCount, drc,
2296 int32_t maxOutputChannelCount, const drcParams_t& drc,
2421 presentation.nMaxOutputChannels = maxOutputChannelCount;
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 1922 milliseconds