Searched refs:hDstOutputThread (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.h98 OMX_HANDLETYPE hDstOutputThread; member in struct:_EXYNOS_OMX_VIDEODEC_COMPONENT
H A DExynos_OMX_Vdec.c984 ret = Exynos_OSAL_ThreadCreate(&pVideoDec->hDstOutputThread,
1048 Exynos_OSAL_ThreadTerminate(pVideoDec->hDstOutputThread);
1049 pVideoDec->hDstOutputThread = NULL;
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/
H A DExynos_OMX_Venc.h93 OMX_HANDLETYPE hDstOutputThread; member in struct:_EXYNOS_OMX_VIDEOENC_COMPONENT
H A DExynos_OMX_Venc.c1030 ret = Exynos_OSAL_ThreadCreate(&pVideoEnc->hDstOutputThread,
1094 Exynos_OSAL_ThreadTerminate(pVideoEnc->hDstOutputThread);
1095 pVideoEnc->hDstOutputThread = NULL;

Completed in 295 milliseconds