Home
last modified time | relevance | path

Searched refs:maxChannelCount (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/codec2/components/aac/
DC2SoftAacDec.cpp379 u_int32_t maxChannelCount = mIntf->getMaxChannelCount(); in initDecoder() local
380 ALOGV("AAC decoder using maximum output channel count %d", maxChannelCount); in initDecoder()
381 aacDecoder_SetParam(mAACDecoder, AAC_PCM_MAX_OUTPUT_CHANNELS, maxChannelCount); in initDecoder()
721 int32_t maxChannelCount = mIntf->getMaxChannelCount(); in process() local
722 ALOGV("AAC decoder using maximum output channel count %d", maxChannelCount); in process()
723 aacDecoder_SetParam(mAACDecoder, AAC_PCM_MAX_OUTPUT_CHANNELS, maxChannelCount); in process()
905 C2StreamMaxChannelCountInfo::input currentMaxChannelCnt(0u, maxChannelCount); in process()
/frameworks/av/media/libeffects/lvm/tests/
Dlvmtest.cpp640 const int maxChannelCount = std::max(channelCount, ioChannelCount); in lvmMainProcess() local
650 std::vector<short> in(frameLength * maxChannelCount); in lvmMainProcess()
651 std::vector<short> out(frameLength * maxChannelCount); in lvmMainProcess()
/frameworks/av/services/audioflinger/
DAudioFlinger.h409 const uint32_t maxChannelCount = kEnableExtendedChannels in isValidPcmSinkChannelMask() local
412 || channelCount > maxChannelCount) { in isValidPcmSinkChannelMask()
/frameworks/av/media/codec2/hidl/1.0/vts/functional/audio/
DVtsHalMediaC2V1_0TargetAudioEncTest.cpp601 int32_t maxChannelCount = 8; in TEST_P() local
613 for (nChannels = 1; nChannels < maxChannelCount; nChannels++) { in TEST_P()