Searched refs:pv_enc_loop_ctxt (Results 1 – 7 of 7) sorted by relevance
/external/libhevc/encoder/ |
D | ihevce_enc_loop_pass.h | 90 void *pv_enc_loop_ctxt, void **ppv_sem_hdls, WORD32 i4_num_proc_thrds); 92 void ihevce_enc_loop_dep_mngr_frame_reset(void *pv_enc_loop_ctxt, WORD32 enc_frm_id); 94 void ihevce_enc_loop_delete(void *pv_enc_loop_ctxt); 97 void *pv_enc_loop_ctxt,
|
D | ihevce_rc_enc_structs.h | 87 void *pv_enc_loop_ctxt, rc_bits_sad_t *ps_rc_prms, WORD32 i4_br_id, WORD32 i4_enc_frm_id);
|
D | ihevce_enc_loop_pass.c | 5689 void *pv_enc_loop_ctxt, void **ppv_sem_hdls, WORD32 i4_num_proc_thrds) in ihevce_enc_loop_reg_sem_hdls() argument 5694 ps_master_ctxt = (ihevce_enc_loop_master_ctxt_t *)pv_enc_loop_ctxt; in ihevce_enc_loop_reg_sem_hdls() 5757 void ihevce_enc_loop_delete(void *pv_enc_loop_ctxt) in ihevce_enc_loop_delete() argument 5762 ps_enc_loop_ctxt = (ihevce_enc_loop_master_ctxt_t *)pv_enc_loop_ctxt; in ihevce_enc_loop_delete() 5796 void ihevce_enc_loop_dep_mngr_frame_reset(void *pv_enc_loop_ctxt, WORD32 enc_frm_id) in ihevce_enc_loop_dep_mngr_frame_reset() argument 5801 ps_master_ctxt = (ihevce_enc_loop_master_ctxt_t *)pv_enc_loop_ctxt; in ihevce_enc_loop_dep_mngr_frame_reset() 5858 void *pv_enc_loop_ctxt, in ihevce_enc_loop_frame_init() argument 5889 ps_master_ctxt = (ihevce_enc_loop_master_ctxt_t *)pv_enc_loop_ctxt; in ihevce_enc_loop_frame_init() 6224 void *pv_enc_loop_ctxt, in ihevce_enc_loop_get_frame_rc_prms() argument 6244 ps_master_ctxt = (ihevce_enc_loop_master_ctxt_t *)pv_enc_loop_ctxt; in ihevce_enc_loop_get_frame_rc_prms()
|
D | ihevce_frame_process.c | 3855 ps_enc_ctxt->s_module_ctxt.pv_enc_loop_ctxt, i4_enc_frm_id); in ihevce_enc_frm_proc_slave_thrd() 3899 … (ihevce_enc_loop_master_ctxt_t *)ps_enc_ctxt->s_module_ctxt.pv_enc_loop_ctxt; in ihevce_enc_frm_proc_slave_thrd() 3947 ps_enc_ctxt->s_module_ctxt.pv_enc_loop_ctxt, in ihevce_enc_frm_proc_slave_thrd() 3973 ps_enc_ctxt->s_module_ctxt.pv_enc_loop_ctxt, in ihevce_enc_frm_proc_slave_thrd() 4053 ps_enc_ctxt->s_module_ctxt.pv_enc_loop_ctxt; in ihevce_enc_frm_proc_slave_thrd() 4360 ps_enc_ctxt->s_module_ctxt.pv_enc_loop_ctxt, in ihevce_enc_frm_proc_slave_thrd()
|
D | ihevce_enc_structs.h | 2159 void *pv_enc_loop_ctxt; member
|
D | ihevce_memory_init.c | 1537 ps_enc_ctxt->s_module_ctxt.pv_enc_loop_ctxt = ihevce_enc_loop_init( in ihevce_mem_manager_init() 2466 ps_enc_ctxt->s_module_ctxt.pv_enc_loop_ctxt, in ihevce_mem_manager_init()
|
D | ihevce_hle_interface.c | 2096 ihevce_enc_loop_delete(ps_enc_ctxt->s_module_ctxt.pv_enc_loop_ctxt); in ihevce_hle_interface_delete()
|