OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:outputMixEnvironmentalReverb
(Results
1 - 4
of
4
) sorted by null
/frameworks/wilhelm/tests/sandbox/
dim.c
75
SLEnvironmentalReverbItf
outputMixEnvironmentalReverb
;
77
&
outputMixEnvironmentalReverb
);
79
assert(NULL ==
outputMixEnvironmentalReverb
);
88
&
outputMixEnvironmentalReverb
);
90
assert(NULL ==
outputMixEnvironmentalReverb
);
99
&
outputMixEnvironmentalReverb
);
101
assert(NULL !=
outputMixEnvironmentalReverb
);
120
&
outputMixEnvironmentalReverb
);
122
assert(NULL ==
outputMixEnvironmentalReverb
);
129
&
outputMixEnvironmentalReverb
);
[
all
...]
reverb.c
364
SLEnvironmentalReverbItf
outputMixEnvironmentalReverb
;
367
&
outputMixEnvironmentalReverb
);
370
result = (*
outputMixEnvironmentalReverb
)->GetEnvironmentalReverbProperties(
371
outputMixEnvironmentalReverb
, &getSettings);
378
result = (*
outputMixEnvironmentalReverb
)->SetEnvironmentalReverbProperties(
379
outputMixEnvironmentalReverb
, &outputMixEnvironmentalSettings);
385
result = (*
outputMixEnvironmentalReverb
)->GetEnvironmentalReverbProperties(
386
outputMixEnvironmentalReverb
, &getSettings);
483
outputMixEnvironmentalReverb
, &enabled);
494
outputMixEnvironmentalReverb
, &sendLevel)
[
all
...]
outputmix.c
95
SLEnvironmentalReverbItf
outputMixEnvironmentalReverb
;
97
&
outputMixEnvironmentalReverb
);
151
&
outputMixEnvironmentalReverb
);
/development/ndk/platforms/android-9/samples/native-audio/jni/
native-audio-jni.c
56
static SLEnvironmentalReverbItf
outputMixEnvironmentalReverb
= NULL;
180
&
outputMixEnvironmentalReverb
);
182
result = (*
outputMixEnvironmentalReverb
)->SetEnvironmentalReverbProperties(
183
outputMixEnvironmentalReverb
, &reverbSettings);
471
if (NULL ==
outputMixEnvironmentalReverb
) {
476
outputMixEnvironmentalReverb
, (SLboolean) enabled, (SLmillibel) 0);
760
outputMixEnvironmentalReverb
= NULL;
Completed in 98 milliseconds