Home
last modified time | relevance | path

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

/device/soc/rockchip/rk3568/hardware/omx_il/component/video/enc/
DRkvpu_OMX_Venc.c1008 static OMX_ERRORTYPE Rkvpu_OMX_InputProcessThread(OMX_PTR threadData) in Rkvpu_OMX_InputProcessThread() argument
1016 if (threadData == NULL) { in Rkvpu_OMX_InputProcessThread()
1021 pOMXComponent = (OMX_COMPONENTTYPE *)threadData; in Rkvpu_OMX_InputProcessThread()
1038 static OMX_ERRORTYPE Rkvpu_OMX_OutputProcessThread(OMX_PTR threadData) in Rkvpu_OMX_OutputProcessThread() argument
1046 if (threadData == NULL) { in Rkvpu_OMX_OutputProcessThread()
1051 pOMXComponent = (OMX_COMPONENTTYPE *)threadData; in Rkvpu_OMX_OutputProcessThread()
/device/soc/rockchip/rk3568/hardware/omx_il/component/video/dec/
DRkvpu_OMX_Vdec.c1101 static OMX_ERRORTYPE Rkvpu_OMX_InputProcessThread(OMX_PTR threadData) in Rkvpu_OMX_InputProcessThread() argument
1109 if (threadData == NULL) { in Rkvpu_OMX_InputProcessThread()
1113 pOMXComponent = (OMX_COMPONENTTYPE *)threadData; in Rkvpu_OMX_InputProcessThread()
1127 static OMX_ERRORTYPE Rkvpu_OMX_OutputProcessThread(OMX_PTR threadData) in Rkvpu_OMX_OutputProcessThread() argument
1135 if (threadData == NULL) { in Rkvpu_OMX_OutputProcessThread()
1139 pOMXComponent = (OMX_COMPONENTTYPE *)threadData; in Rkvpu_OMX_OutputProcessThread()
/device/soc/rockchip/rk3568/hardware/omx_il/component/common/
DRockchip_OMX_Basecomponent.c624 static OMX_ERRORTYPE Rockchip_OMX_MessageHandlerThread(OMX_PTR threadData) in Rockchip_OMX_MessageHandlerThread() argument
634 if (threadData == NULL) { in Rockchip_OMX_MessageHandlerThread()
639 pOMXComponent = (OMX_COMPONENTTYPE *)threadData; in Rockchip_OMX_MessageHandlerThread()