Home
last modified time | relevance | path

Searched refs:BypassMix (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
DLVCS_Control.cpp115 LVC_Mixer_Init(&pInstance->BypassMix.Mixer_Instance.MixerStream[0], 0, 0); in LVCS_Control()
127 LVC_Mixer_Init(&pInstance->BypassMix.Mixer_Instance.MixerStream[1], 0, Gain); in LVCS_Control()
128 LVC_Mixer_VarSlope_SetTimeConstant(&pInstance->BypassMix.Mixer_Instance.MixerStream[0], in LVCS_Control()
130 LVC_Mixer_VarSlope_SetTimeConstant(&pInstance->BypassMix.Mixer_Instance.MixerStream[1], in LVCS_Control()
DLVCS_Init.cpp85 LVC_Mixer_Init(&pInstance->BypassMix.Mixer_Instance.MixerStream[0], 0, 0); in LVCS_Init()
87 LVC_Mixer_Init(&pInstance->BypassMix.Mixer_Instance.MixerStream[1], 0, 0); in LVCS_Init()
DLVCS_BypassMix.cpp72 LVCS_BypassMix_t* pConfig = (LVCS_BypassMix_t*)&pInstance->BypassMix; in LVCS_BypassMixInit()
202 LVCS_BypassMix_t* pConfig = (LVCS_BypassMix_t*)&pInstance->BypassMix; in LVCS_BypassMixer()
DLVCS_Process.cpp218 Current1 = LVC_Mixer_GetCurrent(&pInstance->BypassMix.Mixer_Instance.MixerStream[0]); in LVCS_Process()
287 (pInstance->BypassMix.Mixer_Instance.MixerStream[1].CallbackSet == 0)) { in LVCS_Process()
DLVCS_Private.h114 LVCS_BypassMix_t BypassMix; /* Bypass mixer configuration */ member