Home
last modified time | relevance | path

Searched refs:eRMProxyState (Results 1 – 2 of 2) sorted by relevance

/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
DOMX_VideoDecoder.c472 pComponentPrivate->eRMProxyState = VidDec_RMPROXY_State_Unload; in OMX_ComponentInit()
477 pComponentPrivate->eRMProxyState = VidDec_RMPROXY_State_Load; in OMX_ComponentInit()
2646 if(pComponentPrivate->eRMProxyState == VidDec_RMPROXY_State_Registered){ in VIDDEC_ComponentDeInit()
2690 pComponentPrivate->eRMProxyState = VidDec_RMPROXY_State_Load; in VIDDEC_ComponentDeInit()
2692 if(pComponentPrivate->eRMProxyState != VidDec_RMPROXY_State_Unload){ in VIDDEC_ComponentDeInit()
2697 pComponentPrivate->eRMProxyState = VidDec_RMPROXY_State_Unload; in VIDDEC_ComponentDeInit()
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
DOMX_VideoDec_Utils.h957 VIDDEC_RMPROXY_STATES eRMProxyState; member