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

  /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/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 194 pContext->mConfig.inputCfg.mask = EFFECT_CONFIG_ALL;
202 pContext->mConfig.outputCfg.mask = EFFECT_CONFIG_ALL;
  /frameworks/av/media/libeffects/downmix/
EffectDownmix.c 572 pDwmModule->config.inputCfg.mask = EFFECT_CONFIG_ALL;
584 pDwmModule->config.outputCfg.mask = EFFECT_CONFIG_ALL;
    [all...]
  /hardware/qcom/audio/visualizer/
offload_visualizer.c 569 context->config.inputCfg.mask = EFFECT_CONFIG_ALL;
577 context->config.outputCfg.mask = EFFECT_CONFIG_ALL;
    [all...]
  /frameworks/av/media/libeffects/lvm/wrapper/Reverb/
EffectReverb.cpp 731 pContext->config.inputCfg.mask = EFFECT_CONFIG_ALL;
739 pContext->config.outputCfg.mask = EFFECT_CONFIG_ALL;
    [all...]
  /frameworks/av/services/audioflinger/
Effects.cpp 356 mConfig.inputCfg.mask = EFFECT_CONFIG_ALL;
357 mConfig.outputCfg.mask = EFFECT_CONFIG_ALL;
    [all...]
  /frameworks/av/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.cpp 510 pContext->config.inputCfg.mask = EFFECT_CONFIG_ALL;
518 pContext->config.outputCfg.mask = EFFECT_CONFIG_ALL;
    [all...]

Completed in 40 milliseconds