Searched refs:maxChannelCount (Results 1 – 5 of 5) sorted by relevance
347 const int maxChannelCount = std::max(channelCount, ioChannelCount); in main() local349 std::vector<short> in(frameLength * maxChannelCount); in main()350 std::vector<short> out(frameLength * maxChannelCount); in main()
489 const int maxChannelCount = std::max(channelCount, ioChannelCount); in lvmMainProcess() local491 std::vector<short> in(frameLength * maxChannelCount); in lvmMainProcess()492 std::vector<short> out(frameLength * maxChannelCount); in lvmMainProcess()
385 u_int32_t maxChannelCount = mIntf->getMaxChannelCount(); in initDecoder() local386 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() local728 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()
418 const uint32_t maxChannelCount = kEnableExtendedChannels in isValidPcmSinkChannelMask() local421 || channelCount > maxChannelCount) { in isValidPcmSinkChannelMask()
586 int32_t maxChannelCount = 8; in TEST_P() local596 for (int32_t nChannels = 1; nChannels < maxChannelCount; nChannels++) { in TEST_P()