OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:aeli
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libeffects/proxy/
EffectProxy.cpp
59
audio_effect_library_t**
aeli
;
local
79
aeli
= new audio_effect_library_t*[SUB_FX_COUNT];
83
pContext->
aeli
= new audio_effect_library_t*[SUB_FX_COUNT];
90
delete[]
aeli
;
93
delete[] pContext->
aeli
;
102
aeli
[0] = sube[0]->lib->desc;
103
aeli
[1] = sube[1]->lib->desc;
108
pContext->
aeli
[SUB_FX_OFFLOAD] =
aeli
[0];
111
pContext->
aeli
[SUB_FX_HOST] = aeli[1]
[
all
...]
EffectProxy.h
69
audio_effect_library_t**
aeli
; // Points to the sub effect
aeli
member in struct:android::EffectContext
/hardware/libhardware/include/hardware/
audio_effect.h
[
all
...]
Completed in 92 milliseconds