Home
last modified time | relevance | path

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

/aosp_15_r20/external/libhevc/encoder/
H A Dihevce_entropy_cod.c456 osal_mutex_lock(ps_enc_ctxt->pv_rc_mutex_lock_hdl); in ihevce_ent_coding_thrd()
473 osal_mutex_unlock(ps_enc_ctxt->pv_rc_mutex_lock_hdl); in ihevce_ent_coding_thrd()
479 osal_mutex_lock(ps_enc_ctxt->pv_rc_mutex_lock_hdl); in ihevce_ent_coding_thrd()
513 osal_mutex_unlock(ps_enc_ctxt->pv_rc_mutex_lock_hdl); in ihevce_ent_coding_thrd()
H A Dihevce_frame_process_utils.c436 osal_mutex_lock(ps_enc_ctxt->pv_rc_mutex_lock_hdl); in ihevce_dyn_bitrate()
444 osal_mutex_unlock(ps_enc_ctxt->pv_rc_mutex_lock_hdl); in ihevce_dyn_bitrate()
H A 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()
2178 if(NULL != ps_enc_ctxt->pv_rc_mutex_lock_hdl) in ihevce_hle_interface_delete()
2180 osal_mutex_destroy(ps_enc_ctxt->pv_rc_mutex_lock_hdl); in ihevce_hle_interface_delete()
H A 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()
3668 osal_mutex_lock(ps_enc_ctxt->pv_rc_mutex_lock_hdl); in ihevce_enc_frm_proc_slave_thrd()
3827 osal_mutex_unlock(ps_enc_ctxt->pv_rc_mutex_lock_hdl); in ihevce_enc_frm_proc_slave_thrd()
4363 osal_mutex_lock(ps_enc_ctxt->pv_rc_mutex_lock_hdl); in ihevce_enc_frm_proc_slave_thrd()
4428 osal_mutex_unlock(ps_enc_ctxt->pv_rc_mutex_lock_hdl); in ihevce_enc_frm_proc_slave_thrd()
4607 osal_mutex_lock(ps_enc_ctxt->pv_rc_mutex_lock_hdl); in ihevce_enc_frm_proc_slave_thrd()
4617 osal_mutex_unlock(ps_enc_ctxt->pv_rc_mutex_lock_hdl); in ihevce_enc_frm_proc_slave_thrd()
4978 osal_mutex_lock(ps_enc_ctxt->pv_rc_mutex_lock_hdl); in ihevce_set_pre_enc_prms()
4996 osal_mutex_unlock(ps_enc_ctxt->pv_rc_mutex_lock_hdl); in ihevce_set_pre_enc_prms()
[all …]
H A Dihevce_enc_structs.h2876 void *pv_rc_mutex_lock_hdl; member