Searched defs:OUTPUT_CHANNELS (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/services/audioflinger/
H A DAudioResamplerDyn.cpp491 // TODO Mono -> Mono is not supported. OUTPUT_CHANNELS reflects minimum of stereo out.
492 const int OUTPUT_CHANNELS = (CHANNELS < 2) ? 2 : CHANNELS; local
500 size_t outputSampleCount = outFrameCount * OUTPUT_CHANNELS;
531 calculateOutputPTS(outputIndex / OUTPUT_CHANNELS));
580 outputIndex += OUTPUT_CHANNELS;
/frameworks/av/media/libeffects/testlibs/
H A DEffectReverb.h43 #define OUTPUT_CHANNELS AUDIO_CHANNEL_OUT_STEREO macro

Completed in 940 milliseconds