HomeSort by relevance Sort by last modified time
    Searched refs:OUTPUT_CHANNELS (Results 1 - 3 of 3) sorted by null

  /frameworks/av/services/audioflinger/
AudioResamplerDyn.cpp 491 // TODO Mono -> Mono is not supported. OUTPUT_CHANNELS reflects minimum of stereo out.
492 const int OUTPUT_CHANNELS = (CHANNELS < 2) ? 2 : CHANNELS;
500 size_t outputSampleCount = outFrameCount * OUTPUT_CHANNELS;
531 calculateOutputPTS(outputIndex / OUTPUT_CHANNELS));
580 outputIndex += OUTPUT_CHANNELS;
  /frameworks/av/media/libeffects/testlibs/
EffectReverb.h 43 #define OUTPUT_CHANNELS AUDIO_CHANNEL_OUT_STEREO
EffectReverb.c 520 || pConfig->outputCfg.channels != OUTPUT_CHANNELS
    [all...]

Completed in 74 milliseconds