OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EffectQueryEffect
(Results
1 - 7
of
7
) sorted by null
/frameworks/av/include/media/
EffectsFactoryApi.h
39
// effect_descriptor_t). This function together with
EffectQueryEffect
()
43
//
EffectQueryEffect
() to restart enumeration from the beginning.
59
// Function:
EffectQueryEffect
67
//
EffectQueryEffect
(i,...);
82
int
EffectQueryEffect
(uint32_t index, effect_descriptor_t *pDescriptor);
/frameworks/wilhelm/src/itf/
IAcousticEchoCancellation.c
91
if (
EffectQueryEffect
(i, &fxDesc) == 0) {
IAutomaticGainControl.c
88
if (
EffectQueryEffect
(i, &fxDesc) == 0) {
INoiseSuppression.c
86
if (
EffectQueryEffect
(i, &fxDesc) == 0) {
/frameworks/av/media/libeffects/factory/
EffectsFactory.c
42
static int gCanQueryEffect; // indicates that call to
EffectQueryEffect
() is valid, i.e. that the list of effects
204
int
EffectQueryEffect
(uint32_t index, effect_descriptor_t *pDescriptor)
242
ALOGV("
EffectQueryEffect
() desc:%s", str);
/frameworks/av/services/audioflinger/
AudioFlinger.cpp
[
all
...]
AudioMixer.cpp
310
if (
EffectQueryEffect
(i, &sDwnmFxDesc) == 0) {
[
all
...]
Completed in 543 milliseconds