Searched refs:maxChannelCount (Results 1 – 6 of 6) sorted by relevance
/aosp12/system/media/audio_utils/tests/ |
H A D | biquad_filter.cpp | 105 const int maxChannelCount = std::max(fileChannelCount, procChannelCount); in main() local 107 std::vector<short> in(frameLength * maxChannelCount); in main() 108 std::vector<short> out(frameLength * maxChannelCount); in main()
|
/aosp12/frameworks/av/media/libeffects/lvm/tests/ |
H A D | reverb_test.cpp | 347 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()
|
H A D | lvmtest.cpp | 489 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()
|
/aosp12/frameworks/av/media/codec2/components/aac/ |
H A D | C2SoftAacDec.cpp | 383 u_int32_t maxChannelCount = mIntf->getMaxChannelCount(); in initDecoder() local 384 ALOGV("AAC decoder using maximum output channel count %d", maxChannelCount); in initDecoder() 385 aacDecoder_SetParam(mAACDecoder, AAC_PCM_MAX_OUTPUT_CHANNELS, maxChannelCount); in initDecoder() 725 int32_t maxChannelCount = mIntf->getMaxChannelCount(); in process() local 726 ALOGV("AAC decoder using maximum output channel count %d", maxChannelCount); in process() 727 aacDecoder_SetParam(mAACDecoder, AAC_PCM_MAX_OUTPUT_CHANNELS, maxChannelCount); in process() 913 C2StreamMaxChannelCountInfo::input currentMaxChannelCnt(0u, maxChannelCount); in process()
|
/aosp12/frameworks/av/media/codec2/hidl/1.0/vts/functional/audio/ |
H A D | VtsHalMediaC2V1_0TargetAudioEncTest.cpp | 584 int32_t maxChannelCount = 8; in TEST_P() local 594 for (int32_t nChannels = 1; nChannels < maxChannelCount; nChannels++) { in TEST_P()
|
/aosp12/frameworks/av/services/audioflinger/ |
H A D | AudioFlinger.h | 421 const uint32_t maxChannelCount = kEnableExtendedChannels in isValidPcmSinkChannelMask() local 424 || channelCount > maxChannelCount) { in isValidPcmSinkChannelMask()
|