OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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/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/downmix/
EffectDownmix.c
589
pDwmModule->config.inputCfg.mask =
EFFECT_CONFIG_ALL
;
601
pDwmModule->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
599
context->config.inputCfg.mask =
EFFECT_CONFIG_ALL
;
607
context->config.outputCfg.mask =
EFFECT_CONFIG_ALL
;
[
all
...]
/frameworks/av/services/audioflinger/
Effects.cpp
382
mConfig.inputCfg.mask =
EFFECT_CONFIG_ALL
;
383
mConfig.outputCfg.mask =
EFFECT_CONFIG_ALL
;
[
all
...]
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.cpp
515
pContext->config.inputCfg.mask =
EFFECT_CONFIG_ALL
;
523
pContext->config.outputCfg.mask =
EFFECT_CONFIG_ALL
;
[
all
...]
Completed in 65 milliseconds