Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_enc_loop_pass.h90 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,
Dihevce_rc_enc_structs.h87 void *pv_enc_loop_ctxt, rc_bits_sad_t *ps_rc_prms, WORD32 i4_br_id, WORD32 i4_enc_frm_id);
Dihevce_enc_loop_pass.c5689 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()
Dihevce_frame_process.c3855 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()
Dihevce_enc_structs.h2159 void *pv_enc_loop_ctxt; member
Dihevce_memory_init.c1537 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()
Dihevce_hle_interface.c2096 ihevce_enc_loop_delete(ps_enc_ctxt->s_module_ctxt.pv_enc_loop_ctxt); in ihevce_hle_interface_delete()