Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
Dthreading.c620 static THREAD_FUNCTION thread_decoding_proc(void *p_data) in thread_decoding_proc() function
685 …pthread_create(&pbi->h_decoding_thread[ithread], 0, thread_decoding_proc, (&pbi->de_thread_data[it… in vp8_decoder_create_threads()