OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BypassMix
(Results
1 - 5
of
5
) sorted by null
/frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
LVCS_Control.c
124
LVC_Mixer_Init(&pInstance->
BypassMix
.Mixer_Instance.MixerStream[0],0,0);
138
LVC_Mixer_Init(&pInstance->
BypassMix
.Mixer_Instance.MixerStream[1],0,Gain);
139
LVC_Mixer_VarSlope_SetTimeConstant(&pInstance->
BypassMix
.Mixer_Instance.MixerStream[0],
141
LVC_Mixer_VarSlope_SetTimeConstant(&pInstance->
BypassMix
.Mixer_Instance.MixerStream[1],
LVCS_Init.c
194
LVC_Mixer_Init(&pInstance->
BypassMix
.Mixer_Instance.MixerStream[0],0,0);
196
LVC_Mixer_Init(&pInstance->
BypassMix
.Mixer_Instance.MixerStream[1],0,0);
LVCS_Private.h
122
LVCS_BypassMix_t
BypassMix
; /* Bypass mixer configuration */
LVCS_Process.c
203
Current1 = LVC_Mixer_GetCurrent(&pInstance->
BypassMix
.Mixer_Instance.MixerStream[0]);
291
(pInstance->
BypassMix
.Mixer_Instance.MixerStream[1].CallbackSet == 0))
LVCS_BypassMix.c
75
LVCS_BypassMix_t *pConfig = (LVCS_BypassMix_t *)&pInstance->
BypassMix
;
216
LVCS_BypassMix_t *pConfig = (LVCS_BypassMix_t *)&pInstance->
BypassMix
;
Completed in 130 milliseconds