Home
last modified time | relevance | path

Searched refs:eLCMLState (Results 1 – 3 of 3) sorted by relevance

/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
DOMX_VideoDec_Thread.c298 pComponentPrivate->eLCMLState != VidDec_LCML_State_Start){ in OMX_VidDec_Thread()
392 …(pComponentPrivate->eLCMLState == VidDec_LCML_State_Start && pComponentPrivate->bDynamicConfigurat… in OMX_VidDec_Return()
DOMX_VideoDecoder.c2580 if(pComponentPrivate->eLCMLState != VidDec_LCML_State_Unload && in VIDDEC_ComponentDeInit()
2586 pComponentPrivate->eLCMLState = VidDec_LCML_State_Destroy; in VIDDEC_ComponentDeInit()
2588 if(pComponentPrivate->eLCMLState != VidDec_LCML_State_Unload && in VIDDEC_ComponentDeInit()
2594 pComponentPrivate->eLCMLState = VidDec_LCML_State_Unload; in VIDDEC_ComponentDeInit()
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
DOMX_VideoDec_Utils.h965 VIDDEC_LCML_STATES eLCMLState; member