Searched refs:OUTPUT_CHANNELS (Results 1 – 3 of 3) sorted by relevance
573 const int OUTPUT_CHANNELS = (CHANNELS < 2) ? 2 : CHANNELS; in resample() local581 size_t outputSampleCount = outFrameCount * OUTPUT_CHANNELS; in resample()663 outputIndex += OUTPUT_CHANNELS; in resample()696 return outputIndex / OUTPUT_CHANNELS; in resample()
43 #define OUTPUT_CHANNELS AUDIO_CHANNEL_OUT_STEREO macro
523 || pConfig->outputCfg.channels != OUTPUT_CHANNELS in Reverb_setConfig()