Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/include/media/stagefright/
DACodec.h515 int32_t maxOutputChannelCount, const drcParams_t& drc,
/frameworks/av/media/libstagefright/
DACodec.cpp2248 int32_t maxOutputChannelCount; in configureCodec() local
2261 if (!msg->findInt32("aac-max-output-channel_count", &maxOutputChannelCount)) { in configureCodec()
2263 if (!msg->findInt32("max-output-channel-count", &maxOutputChannelCount)) { in configureCodec()
2264 maxOutputChannelCount = -1; in configureCodec()
2306 isADTS != 0, sbrMode, maxOutputChannelCount, drc, in configureCodec()
2917 int32_t maxOutputChannelCount, const drcParams_t& drc, in setupAACCodec() argument
3043 presentation.nMaxOutputChannels = maxOutputChannelCount; in setupAACCodec()