Home
last modified time | relevance | path

Searched refs:LVCS_BypassMixInit (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
DLVCS_Control.cpp140 err = LVCS_BypassMixInit(hInstance, pParams); in LVCS_Control()
162 err = LVCS_BypassMixInit(hInstance, pParams); in LVCS_Control()
192 err = LVCS_BypassMixInit(hInstance, pParams); in LVCS_Control()
DLVCS_BypassMix.h55 LVCS_ReturnStatus_en LVCS_BypassMixInit(LVCS_Handle_t hInstance, LVCS_Params_t* pParams);
DLVCS_BypassMix.cpp67 LVCS_ReturnStatus_en LVCS_BypassMixInit(LVCS_Handle_t hInstance, LVCS_Params_t* pParams) { in LVCS_BypassMixInit() function
DLVCS_Process.cpp288 err = LVCS_BypassMixInit(hInstance, &pInstance->Params); in LVCS_Process()