Home
last modified time | relevance | path

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

/rockchip-linux_mpp/test/
H A Dmpi_dec_mt_test.c245 pthread_t thd_in; in mt_dec_decode() local
342 ret = pthread_create(&thd_in, &attr, thread_input, &data); in mt_dec_decode()
367 pthread_join(thd_in, NULL); in mt_dec_decode()
H A Dmpi_enc_mt_test.c134 pthread_t thd_in; // thread for for frame input member
1047 ret = pthread_create(&ctxs[i].thd_in, NULL, enc_test_input, &ctxs[i]); in enc_test_mt()
1068 pthread_join(ctxs[i].thd_in, NULL); in enc_test_mt()