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.cpp197 pInstance->bTimerDone = LVM_FALSE; in LVCS_Control()
247 pInstance->bTimerDone = LVM_TRUE; in LVCS_TimerCallBack()
DLVCS_BypassMix.cpp83 (pInstance->bTimerDone == LVM_TRUE) in LVCS_BypassMixInit()
280 (pInstance->bTimerDone == LVM_TRUE)){ in LVCS_MixerCallback()
DLVCS_Private.h133 LVM_INT16 bTimerDone; /* Timer completion flag */ member
DLVCS_Init.cpp202 pInstance->bTimerDone = LVM_FALSE; in LVCS_Init()
DLVCS_Process.cpp382 if ((pInstance->bTimerDone == LVM_TRUE) && in LVCS_Process()