Searched refs:OUTPUT_CHANNELS (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/services/audioflinger/
H A DAudioResamplerDyn.cpp490 // TODO Mono -> Mono is not supported. OUTPUT_CHANNELS reflects minimum of stereo out.
491 const int OUTPUT_CHANNELS = (CHANNELS < 2) ? 2 : CHANNELS; local
499 size_t outputSampleCount = outFrameCount * OUTPUT_CHANNELS;
578 outputIndex += OUTPUT_CHANNELS;
611 return outputIndex / OUTPUT_CHANNELS;
/frameworks/av/media/libeffects/testlibs/
H A DEffectReverb.h43 #define OUTPUT_CHANNELS AUDIO_CHANNEL_OUT_STEREO macro
H A DEffectReverb.c520 || pConfig->outputCfg.channels != OUTPUT_CHANNELS

Completed in 58 milliseconds