Searched refs:dec_thread_args (Results 1 – 1 of 1) sorted by relevance
211 void *dec_thread_args[MAX_INP_STRMS][3]; in main() local378 dec_thread_args[i][0] = p_decoder[i]; in main()379 dec_thread_args[i][1] = p_input[i]; in main()380 dec_thread_args[i][2] = p_output; in main()381 … pthread_create(&dec_thread[i], 0, (void *(*)(void*))&comp_process_entry, dec_thread_args[i]); in main()