Home
last modified time | relevance | path

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

/external/pdfium/third_party/libopenjpeg20/
Dthread.h195 typedef struct opj_thread_pool_t opj_thread_pool_t; typedef
207 opj_thread_pool_t* opj_thread_pool_create(int num_threads);
225 OPJ_BOOL opj_thread_pool_submit_job(opj_thread_pool_t* tp, opj_job_fn job_fn,
237 void opj_thread_pool_wait_completion(opj_thread_pool_t* tp,
245 int opj_thread_pool_get_thread_count(opj_thread_pool_t* tp);
250 void opj_thread_pool_destroy(opj_thread_pool_t* tp);
Dthread.c579 opj_thread_pool_t *tp;
605 struct opj_thread_pool_t { struct
619 static OPJ_BOOL opj_thread_pool_setup(opj_thread_pool_t* tp, int num_threads); argument
621 opj_thread_pool_t* tp,
625 opj_thread_pool_t* opj_thread_pool_create(int num_threads) in opj_thread_pool_create()
627 opj_thread_pool_t* tp; in opj_thread_pool_create()
629 tp = (opj_thread_pool_t*) opj_calloc(1, sizeof(opj_thread_pool_t)); in opj_thread_pool_create()
659 opj_thread_pool_t* tp; in opj_worker_thread_function()
684 static OPJ_BOOL opj_thread_pool_setup(opj_thread_pool_t* tp, int num_threads) in opj_thread_pool_setup()
758 opj_thread_pool_t* tp, in opj_thread_pool_get_next_job()
[all …]
Dtcd.h275 opj_thread_pool_t* thread_pool;
321 opj_thread_pool_t* p_tp);
D0003-dwt-decode.patch44 static OPJ_BOOL opj_dwt_decode_tile(opj_thread_pool_t* tp,
185 static OPJ_BOOL opj_dwt_decode_tile(opj_thread_pool_t* tp,
191 @@ -1401,22 +1407,23 @@ static OPJ_BOOL opj_dwt_decode_tile(opj_thread_pool_t* tp,
Dj2k.h584 opj_thread_pool_t* m_tp;
Ddwt.c149 static OPJ_BOOL opj_dwt_decode_tile(opj_thread_pool_t* tp,
1387 static OPJ_BOOL opj_dwt_decode_tile(opj_thread_pool_t* tp, in opj_dwt_decode_tile()
Dt1.c1803 opj_thread_pool_t* tp = tcd->thread_pool; in opj_t1_decode_cblks()
Dtcd.c646 opj_thread_pool_t* p_tp) in opj_tcd_init()