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

  /hardware/qcom/audio/post_proc/
bass_boost.c 201 context->config.inputCfg.mask = EFFECT_CONFIG_ALL;
209 context->config.outputCfg.mask = EFFECT_CONFIG_ALL;
virtualizer.c 201 context->config.inputCfg.mask = EFFECT_CONFIG_ALL;
209 context->config.outputCfg.mask = EFFECT_CONFIG_ALL;
equalizer.c 437 context->config.inputCfg.mask = EFFECT_CONFIG_ALL;
445 context->config.outputCfg.mask = EFFECT_CONFIG_ALL;
reverb.c 559 context->config.inputCfg.mask = EFFECT_CONFIG_ALL;
567 context->config.outputCfg.mask = EFFECT_CONFIG_ALL;
  /frameworks/av/media/libeffects/loudness/
EffectLoudnessEnhancer.cpp 163 pContext->mConfig.inputCfg.mask = EFFECT_CONFIG_ALL;
171 pContext->mConfig.outputCfg.mask = EFFECT_CONFIG_ALL;
  /hardware/libhardware/include/hardware/
audio_effect.h     [all...]
  /frameworks/av/media/libeffects/downmix/
EffectDownmix.c 558 pDwmModule->config.inputCfg.mask = EFFECT_CONFIG_ALL;
570 pDwmModule->config.outputCfg.mask = EFFECT_CONFIG_ALL;
    [all...]
  /frameworks/av/media/libeffects/testlibs/
EffectEqualizer.cpp 311 pContext->config.inputCfg.mask = EFFECT_CONFIG_ALL;
319 pContext->config.outputCfg.mask = EFFECT_CONFIG_ALL;
EffectReverb.c 474 pRvbModule->config.inputCfg.mask = EFFECT_CONFIG_ALL;
482 pRvbModule->config.outputCfg.mask = EFFECT_CONFIG_ALL;
    [all...]
  /frameworks/av/media/libeffects/visualizer/
EffectVisualizer.cpp 195 pContext->mConfig.inputCfg.mask = EFFECT_CONFIG_ALL;
203 pContext->mConfig.outputCfg.mask = EFFECT_CONFIG_ALL;
  /device/htc/flounder/audio/visualizer/
nv_offload_visualizer.c 539 context->config.inputCfg.mask = EFFECT_CONFIG_ALL;
547 context->config.outputCfg.mask = EFFECT_CONFIG_ALL;
    [all...]
  /frameworks/av/media/libeffects/lvm/wrapper/Reverb/
EffectReverb.cpp 733 pContext->config.inputCfg.mask = EFFECT_CONFIG_ALL;
741 pContext->config.outputCfg.mask = EFFECT_CONFIG_ALL;
    [all...]
  /hardware/qcom/audio/visualizer/
offload_visualizer.c 586 context->config.inputCfg.mask = EFFECT_CONFIG_ALL;
594 context->config.outputCfg.mask = EFFECT_CONFIG_ALL;
    [all...]
  /frameworks/av/services/audioflinger/
Effects.cpp 370 mConfig.inputCfg.mask = EFFECT_CONFIG_ALL;
371 mConfig.outputCfg.mask = EFFECT_CONFIG_ALL;
    [all...]
  /frameworks/av/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.cpp 514 pContext->config.inputCfg.mask = EFFECT_CONFIG_ALL;
522 pContext->config.outputCfg.mask = EFFECT_CONFIG_ALL;
    [all...]

Completed in 84 milliseconds