Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_multi_thrd_funcs.c392 pu1_ptr = (UWORD8 *)ps_multi_thrd->aps_cur_out_me_prms[i4_curr_frm_id]->ps_job_q_enc; in ihevce_enc_grp_job_set_out_dep()
396 pu1_ptr = (UWORD8 *)ps_multi_thrd->aps_cur_inp_enc_prms[i4_curr_frm_id]->ps_job_q_enc; in ihevce_enc_grp_job_set_out_dep()
457 ps_ctxt->s_multi_thrd.aps_cur_out_me_prms[i4_curr_frm_id]->ps_job_q_enc, in ihevce_prepare_job_queue()
462 ps_me_job_queue_lyr0 = ps_ctxt->s_multi_thrd.aps_cur_out_me_prms[i4_curr_frm_id]->ps_job_q_enc; in ihevce_prepare_job_queue()
559 … ps_ctxt->s_multi_thrd.aps_cur_out_me_prms[i4_curr_frm_id]->ps_job_q_enc); in ihevce_prepare_job_queue()
662 ps_ctxt->s_multi_thrd.aps_cur_out_me_prms[i4_curr_frm_id]->ps_job_q_enc); in ihevce_prepare_job_queue()
Dihevce_memory_init.c2046 job_queue_t *ps_job_q_enc; in ihevce_mem_manager_init() local
2061 ps_job_q_enc = (job_queue_t *)ps_memtab->pv_base; in ihevce_mem_manager_init()
2080 ps_me_enc_bufs->ps_job_q_enc = ps_job_q_enc; in ihevce_mem_manager_init()
2084 ps_job_q_enc += (MAX_NUM_VERT_UNITS_FRM * NUM_ENC_JOBS_QUES); in ihevce_mem_manager_init()
2094 ps_job_q_enc += (MAX_NUM_VERT_UNITS_FRM * NUM_ENC_JOBS_QUES); in ihevce_mem_manager_init()
Dihevce_enc_structs.h1893 job_queue_t *ps_job_q_enc; member