Home
last modified time | relevance | path

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

/device/linaro/hikey/hifi/xaf/host-apf/utest/
Dxaf-dec-test.c42 pthread_t dec_thread; variable
324 pthread_create(&dec_thread, 0, (void *(*)(void *))&comp_process_entry, p_decoder); in main()
326 pthread_error = pthread_join(dec_thread, (void **) &pthread_exit_code); in main()
Dxaf-dec-mix-test.c209 pthread_t dec_thread[MAX_INP_STRMS]; in main() local
381 … pthread_create(&dec_thread[i], 0, (void *(*)(void*))&comp_process_entry, dec_thread_args[i]); in main()
391 pthread_error = pthread_join(dec_thread[i], (void **) &pthread_exit_code[i]); in main()