OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:h_decoding_thread
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp8/decoder/
onyxd_int.h
100
pthread_t *
h_decoding_thread
;
member in struct:VP8D_COMP
threading.c
670
CALLOC_ARRAY(pbi->
h_decoding_thread
, pbi->decoding_thread_count);
685
pthread_create(&pbi->
h_decoding_thread
[ithread], 0, thread_decoding_proc, (&pbi->de_thread_data[ithread]));
841
pthread_join(pbi->
h_decoding_thread
[i], NULL);
851
vpx_free(pbi->
h_decoding_thread
);
852
pbi->
h_decoding_thread
= NULL;
Completed in 449 milliseconds