Searched refs:BypassMix (Results 1 – 5 of 5) sorted by relevance
/frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/ |
D | LVCS_Control.c | 124 LVC_Mixer_Init(&pInstance->BypassMix.Mixer_Instance.MixerStream[0], 0, 0); in LVCS_Control() 126 LVC_Mixer_Init(&pInstance->BypassMix.Mixer_Instance.MixerStream[0],0,0); in LVCS_Control() 140 LVC_Mixer_Init(&pInstance->BypassMix.Mixer_Instance.MixerStream[1],0,Gain); in LVCS_Control() 141 LVC_Mixer_VarSlope_SetTimeConstant(&pInstance->BypassMix.Mixer_Instance.MixerStream[0], in LVCS_Control() 143 LVC_Mixer_VarSlope_SetTimeConstant(&pInstance->BypassMix.Mixer_Instance.MixerStream[1], in LVCS_Control() 156 LVC_Mixer_Init(&pInstance->BypassMix.Mixer_Instance.MixerStream[1], 0, Gain); in LVCS_Control() 157 LVC_Mixer_VarSlope_SetTimeConstant(&pInstance->BypassMix.Mixer_Instance.MixerStream[0], in LVCS_Control() 159 LVC_Mixer_VarSlope_SetTimeConstant(&pInstance->BypassMix.Mixer_Instance.MixerStream[1], in LVCS_Control()
|
D | LVCS_Process.c | 275 Current1 = LVC_Mixer_GetCurrent(&pInstance->BypassMix.Mixer_Instance.MixerStream[0]); in LVCS_Process() 363 (pInstance->BypassMix.Mixer_Instance.MixerStream[1].CallbackSet == 0)) in LVCS_Process() 436 Current1 = LVC_Mixer_GetCurrent(&pInstance->BypassMix.Mixer_Instance.MixerStream[0]); in LVCS_Process() 524 (pInstance->BypassMix.Mixer_Instance.MixerStream[1].CallbackSet == 0)) in LVCS_Process()
|
D | LVCS_Init.c | 201 LVC_Mixer_Init(&pInstance->BypassMix.Mixer_Instance.MixerStream[0],0,0); in LVCS_Init() 203 LVC_Mixer_Init(&pInstance->BypassMix.Mixer_Instance.MixerStream[1],0,0); in LVCS_Init()
|
D | LVCS_Private.h | 134 LVCS_BypassMix_t BypassMix; /* Bypass mixer configuration */ member
|
D | LVCS_BypassMix.c | 81 LVCS_BypassMix_t *pConfig = (LVCS_BypassMix_t *)&pInstance->BypassMix; in LVCS_BypassMixInit() 292 LVCS_BypassMix_t *pConfig = (LVCS_BypassMix_t *)&pInstance->BypassMix; in LVCS_BypassMixer()
|