Searched refs:MAX_NUM_CHANNELS (Results 1 – 5 of 5) sorted by relevance
29 #define MAX_NUM_CHANNELS 8 macro125 std::vector<float> outFloat(FRAME_LENGTH * MAX_NUM_CHANNELS); in DownmixExecute()126 std::vector<float> inFloat(FRAME_LENGTH * MAX_NUM_CHANNELS); in DownmixExecute()139 std::vector<short> inS16(FRAME_LENGTH * MAX_NUM_CHANNELS); in DownmixExecute()140 std::vector<short> outS16(FRAME_LENGTH * MAX_NUM_CHANNELS); in DownmixExecute()
74 return audio_channel_count_from_out_mask(channelMask) <= MAX_NUM_CHANNELS; in isValidChannelMask()675 mOutputTemp.reset(new int32_t[MAX_NUM_CHANNELS * mFrameCount]); in process__validate()678 mResampleTemp.reset(new int32_t[MAX_NUM_CHANNELS * mFrameCount]); in process__validate()756 memset(temp, 0, outFrameCount * MAX_NUM_CHANNELS * sizeof(int32_t)); in track__genericResample()1059 int32_t outTemp[BLOCKSIZE * MAX_NUM_CHANNELS] __attribute__((aligned(32))); in process__genericNoResampling()1587 LOG_ALWAYS_FATAL_IF(channelCount > MAX_NUM_CHANNELS); in getTrackHook()1656 LOG_ALWAYS_FATAL_IF(channelCount > MAX_NUM_CHANNELS); in getProcessHook()
49 static constexpr uint32_t MAX_NUM_CHANNELS = FCC_8;
402 ? AudioMixer::MAX_NUM_CHANNELS : FCC_2; in isValidPcmSinkChannelMask()414 && channelCount <= AudioMixer::MAX_NUM_CHANNELS) { in isValidPcmSinkChannelMask()
239 LOG_ALWAYS_FATAL_IF(mSinkChannelCount > AudioMixer::MAX_NUM_CHANNELS); in onStateChange()