Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_frame_process_utils.c434 osal_mutex_lock(ps_enc_ctxt->pv_rc_mutex_lock_hdl); in ihevce_dyn_bitrate()
442 osal_mutex_unlock(ps_enc_ctxt->pv_rc_mutex_lock_hdl); in ihevce_dyn_bitrate()
Dihevce_entropy_cod.c450 osal_mutex_lock(ps_enc_ctxt->pv_rc_mutex_lock_hdl); in ihevce_ent_coding_thrd()
460 osal_mutex_unlock(ps_enc_ctxt->pv_rc_mutex_lock_hdl); in ihevce_ent_coding_thrd()
466 osal_mutex_lock(ps_enc_ctxt->pv_rc_mutex_lock_hdl); in ihevce_ent_coding_thrd()
500 osal_mutex_unlock(ps_enc_ctxt->pv_rc_mutex_lock_hdl); in ihevce_ent_coding_thrd()
Dihevce_hle_interface.c351 ps_enc_ctxt->pv_rc_mutex_lock_hdl = NULL; in ihevce_hle_interface_create()
396 ps_enc_ctxt->pv_rc_mutex_lock_hdl = osal_mutex_create(ps_hle_ctxt->pv_osal_handle); in ihevce_hle_interface_create()
397 if(NULL == ps_enc_ctxt->pv_rc_mutex_lock_hdl) in ihevce_hle_interface_create()
2173 if(NULL != ps_enc_ctxt->pv_rc_mutex_lock_hdl) in ihevce_hle_interface_delete()
2175 osal_mutex_destroy(ps_enc_ctxt->pv_rc_mutex_lock_hdl); in ihevce_hle_interface_delete()
Dihevce_frame_process.c2574 osal_mutex_lock(ps_enc_ctxt->pv_rc_mutex_lock_hdl); in ihevce_update_qp_L1_sad_based()
2720 osal_mutex_unlock(ps_enc_ctxt->pv_rc_mutex_lock_hdl); in ihevce_update_qp_L1_sad_based()
3661 osal_mutex_lock(ps_enc_ctxt->pv_rc_mutex_lock_hdl); in ihevce_enc_frm_proc_slave_thrd()
3820 osal_mutex_unlock(ps_enc_ctxt->pv_rc_mutex_lock_hdl); in ihevce_enc_frm_proc_slave_thrd()
4354 osal_mutex_lock(ps_enc_ctxt->pv_rc_mutex_lock_hdl); in ihevce_enc_frm_proc_slave_thrd()
4419 osal_mutex_unlock(ps_enc_ctxt->pv_rc_mutex_lock_hdl); in ihevce_enc_frm_proc_slave_thrd()
4598 osal_mutex_lock(ps_enc_ctxt->pv_rc_mutex_lock_hdl); in ihevce_enc_frm_proc_slave_thrd()
4608 osal_mutex_unlock(ps_enc_ctxt->pv_rc_mutex_lock_hdl); in ihevce_enc_frm_proc_slave_thrd()
4964 osal_mutex_lock(ps_enc_ctxt->pv_rc_mutex_lock_hdl); in ihevce_set_pre_enc_prms()
4982 osal_mutex_unlock(ps_enc_ctxt->pv_rc_mutex_lock_hdl); in ihevce_set_pre_enc_prms()
[all …]
Dihevce_enc_structs.h2866 void *pv_rc_mutex_lock_hdl; member