Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/test/
H A Dmpi_dec_mt_test.c258 pthread_t thd_in; in mt_dec_decode() local
349 ret = pthread_create(&thd_in, &attr, thread_input, &data); in mt_dec_decode()
374 pthread_join(thd_in, NULL); in mt_dec_decode()
H A Dmpi_enc_mt_test.cpp145 pthread_t thd_in; // thread for for frame input member
1046 ret = pthread_create(&ctxs[i].thd_in, NULL, enc_test_input, &ctxs[i]); in enc_test_mt()
1066 pthread_join(ctxs[i].thd_in, NULL); in enc_test_mt()