Searched refs:BypassMix (Results 1 – 5 of 5) sorted by relevance
/frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/ |
D | LVCS_Control.cpp | 115 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()
|
D | LVCS_Init.cpp | 85 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()
|
D | LVCS_BypassMix.cpp | 72 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()
|
D | LVCS_Process.cpp | 218 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()
|
D | LVCS_Private.h | 114 LVCS_BypassMix_t BypassMix; /* Bypass mixer configuration */ member
|