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_entropy_cod.c446 osal_mutex_lock(ps_enc_ctxt->pv_rc_mutex_lock_hdl); in ihevce_ent_coding_thrd()
456 osal_mutex_unlock(ps_enc_ctxt->pv_rc_mutex_lock_hdl); in ihevce_ent_coding_thrd()
462 osal_mutex_lock(ps_enc_ctxt->pv_rc_mutex_lock_hdl); in ihevce_ent_coding_thrd()
496 osal_mutex_unlock(ps_enc_ctxt->pv_rc_mutex_lock_hdl); in ihevce_ent_coding_thrd()
Dihevce_frame_process_utils.c434 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()
Dihevce_hle_interface.c368 ps_enc_ctxt->pv_rc_mutex_lock_hdl = NULL; in ihevce_hle_interface_create()
413 ps_enc_ctxt->pv_rc_mutex_lock_hdl = osal_mutex_create(ps_hle_ctxt->pv_osal_handle); in ihevce_hle_interface_create()
414 if(NULL == ps_enc_ctxt->pv_rc_mutex_lock_hdl) in ihevce_hle_interface_create()
2196 if(NULL != ps_enc_ctxt->pv_rc_mutex_lock_hdl) in ihevce_hle_interface_delete()
2198 osal_mutex_destroy(ps_enc_ctxt->pv_rc_mutex_lock_hdl); in ihevce_hle_interface_delete()
Dihevce_frame_process.c2560 osal_mutex_lock(ps_enc_ctxt->pv_rc_mutex_lock_hdl); in ihevce_update_qp_L1_sad_based()
2706 osal_mutex_unlock(ps_enc_ctxt->pv_rc_mutex_lock_hdl); in ihevce_update_qp_L1_sad_based()
3645 osal_mutex_lock(ps_enc_ctxt->pv_rc_mutex_lock_hdl); in ihevce_enc_frm_proc_slave_thrd()
3804 osal_mutex_unlock(ps_enc_ctxt->pv_rc_mutex_lock_hdl); in ihevce_enc_frm_proc_slave_thrd()
4338 osal_mutex_lock(ps_enc_ctxt->pv_rc_mutex_lock_hdl); in ihevce_enc_frm_proc_slave_thrd()
4403 osal_mutex_unlock(ps_enc_ctxt->pv_rc_mutex_lock_hdl); in ihevce_enc_frm_proc_slave_thrd()
4582 osal_mutex_lock(ps_enc_ctxt->pv_rc_mutex_lock_hdl); in ihevce_enc_frm_proc_slave_thrd()
4592 osal_mutex_unlock(ps_enc_ctxt->pv_rc_mutex_lock_hdl); in ihevce_enc_frm_proc_slave_thrd()
4948 osal_mutex_lock(ps_enc_ctxt->pv_rc_mutex_lock_hdl); in ihevce_set_pre_enc_prms()
4966 osal_mutex_unlock(ps_enc_ctxt->pv_rc_mutex_lock_hdl); in ihevce_set_pre_enc_prms()
[all …]
Dihevce_enc_structs.h2970 void *pv_rc_mutex_lock_hdl; member