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