Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioprocessing/
DAudioResamplerDyn.cpp638 const int OUTPUT_CHANNELS = (CHANNELS < 2) ? 2 : CHANNELS; in resample() local
646 size_t outputSampleCount = outFrameCount * OUTPUT_CHANNELS; in resample()
728 outputIndex += OUTPUT_CHANNELS; in resample()
761 return outputIndex / OUTPUT_CHANNELS; in resample()
/frameworks/av/media/libeffects/testlibs/
DEffectReverb.h43 #define OUTPUT_CHANNELS AUDIO_CHANNEL_OUT_STEREO macro
DEffectReverb.c524 || pConfig->outputCfg.channels != OUTPUT_CHANNELS in Reverb_setConfig()