Searched refs:thd_in (Results 1 – 2 of 2) sorted by relevance
258 pthread_t thd_in; in mt_dec_decode() local349 ret = pthread_create(&thd_in, &attr, thread_input, &data); in mt_dec_decode()374 pthread_join(thd_in, NULL); in mt_dec_decode()
145 pthread_t thd_in; // thread for for frame input member1046 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()