Home
last modified time | relevance | path

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

/external/pdfium/third_party/libopenjpeg20/
Dthread.c593 struct opj_job_list_t { struct
595 struct opj_job_list_t* next; argument
597 typedef struct opj_job_list_t opj_job_list_t; typedef
611 opj_job_list_t* job_queue;
761 opj_job_list_t* top_job_iter; in opj_thread_pool_get_next_job()
830 opj_job_list_t* item; in opj_thread_pool_submit_job()
844 item = (opj_job_list_t*) opj_malloc(sizeof(opj_job_list_t)); in opj_thread_pool_submit_job()