Searched refs:gSendStremThread (Results 1 – 1 of 1) sorted by relevance
40 static TEST_VDEC_THREAD_S gSendStremThread[VDEC_MAX_CHN_NUM]; variable146 gSendStremThread[VdecChn].bThreadStart = RK_TRUE; in TEST_VDEC_StartSendStream()147 memcpy(&gSendStremThread[VdecChn].stStreamInfo, pstStreamInfo, sizeof(STREAM_INFO_S)); in TEST_VDEC_StartSendStream()149 s32Ret = pthread_create(&(gSendStremThread[VdecChn].VdecPid), 0, in TEST_VDEC_StartSendStream()151 (RK_VOID *)&(gSendStremThread[VdecChn])); in TEST_VDEC_StartSendStream()159 if (RK_TRUE == gSendStremThread[VdecChn].bThreadStart) { in TEST_VENC_StopSendFrame()160 gSendStremThread[VdecChn].bThreadStart = RK_FALSE; in TEST_VENC_StopSendFrame()161 pthread_join(gSendStremThread[VdecChn].VdecPid, 0); in TEST_VENC_StopSendFrame()