Searched refs:maxChannelCount (Results 1 – 6 of 6) sorted by relevance
/frameworks/av/media/libeffects/lvm/tests/ |
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()
|
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()
|
/frameworks/av/media/codec2/components/aac/ |
D | C2SoftAacDec.cpp | 406 u_int32_t maxChannelCount = mIntf->getMaxChannelCount(); in initDecoder() local 407 ALOGV("AAC decoder using maximum output channel count %d", maxChannelCount); in initDecoder() 408 aacDecoder_SetParam(mAACDecoder, AAC_PCM_MAX_OUTPUT_CHANNELS, maxChannelCount); in initDecoder() 748 int32_t maxChannelCount = mIntf->getMaxChannelCount(); in process() local 749 ALOGV("AAC decoder using maximum output channel count %d", maxChannelCount); in process() 750 aacDecoder_SetParam(mAACDecoder, AAC_PCM_MAX_OUTPUT_CHANNELS, maxChannelCount); in process() 939 C2StreamMaxChannelCountInfo::input currentMaxChannelCnt(0u, maxChannelCount); in process()
|
/frameworks/base/services/usb/java/com/android/server/usb/descriptors/ |
D | UsbDescriptorParser.java | 945 int maxChannelCount = 0; in getMaximumChannelCount() local 948 maxChannelCount = Math.max(maxChannelCount, in getMaximumChannelCount() 952 return maxChannelCount; in getMaximumChannelCount()
|
/frameworks/av/media/codec2/hal/hidl/1.0/vts/functional/audio/ |
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()
|
/frameworks/av/services/audioflinger/ |
D | Threads.cpp | 275 const uint32_t maxChannelCount = kEnableExtendedChannels in isValidPcmSinkChannelMask() local 278 || channelCount > maxChannelCount) { in isValidPcmSinkChannelMask()
|