Searched refs:vdecThread (Results 1 – 2 of 2) sorted by relevance
579 pthread_t vdecThread[VDEC_MAX_CHN_NUM]; in unit_test_mpi_vdec() local593 … pthread_create(&vdecThread[u32Ch], 0, mpi_send_stream, reinterpret_cast<void *>(&vdecCtx[u32Ch])); in unit_test_mpi_vdec()631 pthread_join(vdecThread[u32Ch], RK_NULL); in unit_test_mpi_vdec()
616 pthread_t vdecThread[VDEC_CH_CNT]; in unit_test_mpi_all() local626 … pthread_create(&vdecThread[u32Ch], 0, mpi_send_stream, reinterpret_cast<void *>(&vdecCtx[u32Ch])); in unit_test_mpi_all()798 pthread_join(vdecThread[u32Ch], RK_NULL); in unit_test_mpi_all()