Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
DLVCS_Control.c204 pInstance->bTimerDone = LVM_FALSE; in LVCS_Control()
255 pInstance->bTimerDone = LVM_TRUE; in LVCS_TimerCallBack()
DLVCS_BypassMix.c84 (pInstance->bTimerDone == LVM_TRUE) in LVCS_BypassMixInit()
283 (pInstance->bTimerDone == LVM_TRUE)){ in LVCS_MixerCallback()
DLVCS_Private.h128 LVM_INT16 bTimerDone; /* Timer completion flag */ member
DLVCS_Init.c204 pInstance->bTimerDone = LVM_FALSE; in LVCS_Init()
DLVCS_Process.c290 if ((pInstance->bTimerDone == LVM_TRUE) && in LVCS_Process()