Home
last modified time | relevance | path

Searched refs:vdecThread (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_vdec.cpp579 pthread_t vdecThread[VDEC_MAX_CHN_NUM]; in unit_test_mpi_vdec() local
593 … 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()
H A Dtest_mpi_all.cpp616 pthread_t vdecThread[VDEC_CH_CNT]; in unit_test_mpi_all() local
626 … 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()