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.h475 int32_t maxOutputChannelCount, const drcParams_t& drc,
/frameworks/av/media/libstagefright/
DACodec.cpp2125 int32_t maxOutputChannelCount; in configureCodec() local
2138 if (!msg->findInt32("aac-max-output-channel_count", &maxOutputChannelCount)) { in configureCodec()
2139 maxOutputChannelCount = -1; in configureCodec()
2172 isADTS != 0, sbrMode, maxOutputChannelCount, drc, in configureCodec()
2706 int32_t maxOutputChannelCount, const drcParams_t& drc, in setupAACCodec() argument
2832 presentation.nMaxOutputChannels = maxOutputChannelCount; in setupAACCodec()