Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/lvm/tests/
Dreverb_test.cpp347 const int maxChannelCount = std::max(channelCount, ioChannelCount); in main() local
349 std::vector<short> in(frameLength * maxChannelCount); in main()
350 std::vector<short> out(frameLength * maxChannelCount); in main()
Dlvmtest.cpp489 const int maxChannelCount = std::max(channelCount, ioChannelCount); in lvmMainProcess() local
491 std::vector<short> in(frameLength * maxChannelCount); in lvmMainProcess()
492 std::vector<short> out(frameLength * maxChannelCount); in lvmMainProcess()
/frameworks/av/media/codec2/components/aac/
DC2SoftAacDec.cpp385 u_int32_t maxChannelCount = mIntf->getMaxChannelCount(); in initDecoder() local
386 ALOGV("AAC decoder using maximum output channel count %d", maxChannelCount); in initDecoder()
387 aacDecoder_SetParam(mAACDecoder, AAC_PCM_MAX_OUTPUT_CHANNELS, maxChannelCount); in initDecoder()
727 int32_t maxChannelCount = mIntf->getMaxChannelCount(); in process() local
728 ALOGV("AAC decoder using maximum output channel count %d", maxChannelCount); in process()
729 aacDecoder_SetParam(mAACDecoder, AAC_PCM_MAX_OUTPUT_CHANNELS, maxChannelCount); in process()
915 C2StreamMaxChannelCountInfo::input currentMaxChannelCnt(0u, maxChannelCount); in process()
/frameworks/av/services/audioflinger/
DAudioFlinger.h418 const uint32_t maxChannelCount = kEnableExtendedChannels in isValidPcmSinkChannelMask() local
421 || channelCount > maxChannelCount) { in isValidPcmSinkChannelMask()
/frameworks/av/media/codec2/hidl/1.0/vts/functional/audio/
DVtsHalMediaC2V1_0TargetAudioEncTest.cpp586 int32_t maxChannelCount = 8; in TEST_P() local
596 for (int32_t nChannels = 1; nChannels < maxChannelCount; nChannels++) { in TEST_P()