Searched refs:hSrcOutputThread (Results 1 - 4 of 4) sorted by relevance

/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/
H A DExynos_OMX_Vdec.h101 OMX_HANDLETYPE hSrcOutputThread; member in struct:_EXYNOS_OMX_VIDEODEC_COMPONENT
H A DExynos_OMX_Vdec.c1125 ret = Exynos_OSAL_ThreadCreate(&pVideoDec->hSrcOutputThread,
1179 Exynos_OSAL_ThreadTerminate(pVideoDec->hSrcOutputThread);
1180 pVideoDec->hSrcOutputThread = NULL;
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/
H A DExynos_OMX_Venc.h91 OMX_HANDLETYPE hSrcOutputThread; member in struct:_EXYNOS_OMX_VIDEOENC_COMPONENT
H A DExynos_OMX_Venc.c1120 ret = Exynos_OSAL_ThreadCreate(&pVideoEnc->hSrcOutputThread,
1174 Exynos_OSAL_ThreadTerminate(pVideoEnc->hSrcOutputThread);
1175 pVideoEnc->hSrcOutputThread = NULL;

Completed in 161 milliseconds