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

  /system/media/audio/include/system/
audio_effect.h 63 #define EFFECT_CONFIG_ALL (EFFECT_CONFIG_BUFFER | \
  /hardware/qcom/audio/post_proc/
bass_boost.c 202 context->config.inputCfg.mask = EFFECT_CONFIG_ALL;
210 context->config.outputCfg.mask = EFFECT_CONFIG_ALL;
virtualizer.c 202 context->config.inputCfg.mask = EFFECT_CONFIG_ALL;
210 context->config.outputCfg.mask = EFFECT_CONFIG_ALL;
equalizer.c 485 context->config.inputCfg.mask = EFFECT_CONFIG_ALL;
493 context->config.outputCfg.mask = EFFECT_CONFIG_ALL;
reverb.c 561 context->config.inputCfg.mask = EFFECT_CONFIG_ALL;
569 context->config.outputCfg.mask = EFFECT_CONFIG_ALL;
  /frameworks/av/media/libeffects/loudness/
EffectLoudnessEnhancer.cpp 167 pContext->mConfig.inputCfg.mask = EFFECT_CONFIG_ALL;
175 pContext->mConfig.outputCfg.mask = EFFECT_CONFIG_ALL;
  /frameworks/av/media/libeffects/testlibs/
EffectEqualizer.cpp 314 pContext->config.inputCfg.mask = EFFECT_CONFIG_ALL;
322 pContext->config.outputCfg.mask = EFFECT_CONFIG_ALL;
EffectReverb.c 477 pRvbModule->config.inputCfg.mask = EFFECT_CONFIG_ALL;
485 pRvbModule->config.outputCfg.mask = EFFECT_CONFIG_ALL;
    [all...]
  /frameworks/av/media/libeffects/visualizer/
EffectVisualizer.cpp 200 pContext->mConfig.inputCfg.mask = EFFECT_CONFIG_ALL;
208 pContext->mConfig.outputCfg.mask = EFFECT_CONFIG_ALL;
  /frameworks/av/media/libeffects/downmix/
EffectDownmix.c 711 pDwmModule->config.inputCfg.mask = EFFECT_CONFIG_ALL;
723 pDwmModule->config.outputCfg.mask = EFFECT_CONFIG_ALL;
    [all...]
  /frameworks/av/media/libeffects/dynamicsproc/
EffectDynamicsProcessing.cpp 194 pContext->mConfig.inputCfg.mask = EFFECT_CONFIG_ALL;
202 pContext->mConfig.outputCfg.mask = EFFECT_CONFIG_ALL;
    [all...]
  /hardware/qcom/audio/visualizer/
offload_visualizer.c 600 context->config.inputCfg.mask = EFFECT_CONFIG_ALL;
608 context->config.outputCfg.mask = EFFECT_CONFIG_ALL;
    [all...]
  /frameworks/av/media/libeffects/lvm/wrapper/Reverb/
EffectReverb.cpp 777 pContext->config.inputCfg.mask = EFFECT_CONFIG_ALL;
785 pContext->config.outputCfg.mask = EFFECT_CONFIG_ALL;
    [all...]
  /frameworks/av/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.cpp 549 pContext->config.inputCfg.mask = EFFECT_CONFIG_ALL;
557 pContext->config.outputCfg.mask = EFFECT_CONFIG_ALL;
    [all...]
  /frameworks/av/services/audioflinger/
Effects.cpp 573 mConfig.inputCfg.mask = EFFECT_CONFIG_ALL;
574 mConfig.outputCfg.mask = EFFECT_CONFIG_ALL;
    [all...]

Completed in 273 milliseconds