Searched refs:thread_decoding_proc (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
H A Dthreading.c620 static THREAD_FUNCTION thread_decoding_proc(void *p_data) function
685 pthread_create(&pbi->h_decoding_thread[ithread], 0, thread_decoding_proc, (&pbi->de_thread_data[ithread]));
/external/libvpx/libvpx/vp8/decoder/
H A Dthreading.c620 static THREAD_FUNCTION thread_decoding_proc(void *p_data) function
685 pthread_create(&pbi->h_decoding_thread[ithread], 0, thread_decoding_proc, (&pbi->de_thread_data[ithread]));

Completed in 767 milliseconds