Searched refs:comp_process_entry (Results 1 – 2 of 2) sorted by relevance
137 static int comp_process_entry(void *arg) in comp_process_entry() function381 … pthread_create(&dec_thread[i], 0, (void *(*)(void*))&comp_process_entry, dec_thread_args[i]); in main()387 pthread_create(&mixer_thread, 0, (void *(*)(void*))comp_process_entry, &mixer_thread_args[0]); in main()
126 static int comp_process_entry(void *arg) in comp_process_entry() function324 pthread_create(&dec_thread, 0, (void *(*)(void *))&comp_process_entry, p_decoder); in main()