Searched refs:maxOutputChannelCount (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/media/libstagefright/include/media/stagefright/ |
D | ACodec.h | 515 int32_t maxOutputChannelCount, const drcParams_t& drc,
|
/frameworks/av/media/libstagefright/ |
D | ACodec.cpp | 2248 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()
|