HomeSort by relevance Sort by last modified time
    Searched refs:h_decoding_thread (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vp8/decoder/
onyxd_int.h 77 pthread_t *h_decoding_thread; member in struct:VP8D_COMP
threading.c 678 CALLOC_ARRAY(pbi->h_decoding_thread, pbi->decoding_thread_count);
693 pthread_create(&pbi->h_decoding_thread[ithread], 0, thread_decoding_proc, (&pbi->de_thread_data[ithread]));
849 pthread_join(pbi->h_decoding_thread[i], NULL);
859 vpx_free(pbi->h_decoding_thread);
860 pbi->h_decoding_thread = NULL;

Completed in 2938 milliseconds