Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
Donyxd_int.h104 pthread_t *h_decoding_thread; member
Dthreading.c670 CALLOC_ARRAY(pbi->h_decoding_thread, pbi->decoding_thread_count); in vp8_decoder_create_threads()
685 …pthread_create(&pbi->h_decoding_thread[ithread], 0, thread_decoding_proc, (&pbi->de_thread_data[it… in vp8_decoder_create_threads()
841 pthread_join(pbi->h_decoding_thread[i], NULL); in vp8_decoder_remove_threads()
851 vpx_free(pbi->h_decoding_thread); in vp8_decoder_remove_threads()
852 pbi->h_decoding_thread = NULL; in vp8_decoder_remove_threads()