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.c1002 static OMX_ERRORTYPE Rkvpu_OMX_InputProcessThread(OMX_PTR threadData) in Rkvpu_OMX_InputProcessThread() argument
1010 if (threadData == NULL) { in Rkvpu_OMX_InputProcessThread()
1015 pOMXComponent = (OMX_COMPONENTTYPE *)threadData; in Rkvpu_OMX_InputProcessThread()
1032 static OMX_ERRORTYPE Rkvpu_OMX_OutputProcessThread(OMX_PTR threadData) in Rkvpu_OMX_OutputProcessThread() argument
1040 if (threadData == NULL) { in Rkvpu_OMX_OutputProcessThread()
1045 pOMXComponent = (OMX_COMPONENTTYPE *)threadData; in Rkvpu_OMX_OutputProcessThread()
/device/soc/rockchip/rk3568/hardware/omx_il/component/video/dec/
DRkvpu_OMX_Vdec.c1097 static OMX_ERRORTYPE Rkvpu_OMX_InputProcessThread(OMX_PTR threadData) in Rkvpu_OMX_InputProcessThread() argument
1105 if (threadData == NULL) { in Rkvpu_OMX_InputProcessThread()
1109 pOMXComponent = (OMX_COMPONENTTYPE *)threadData; in Rkvpu_OMX_InputProcessThread()
1123 static OMX_ERRORTYPE Rkvpu_OMX_OutputProcessThread(OMX_PTR threadData) in Rkvpu_OMX_OutputProcessThread() argument
1131 if (threadData == NULL) { in Rkvpu_OMX_OutputProcessThread()
1135 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()