Home
last modified time | relevance | path

Searched refs:osal_mutex_create (Results 1 – 4 of 4) sorted by relevance

/external/libhevc/encoder/
Dihevce_hle_interface.c396 ps_enc_ctxt->pv_rc_mutex_lock_hdl = osal_mutex_create(ps_hle_ctxt->pv_osal_handle); in ihevce_hle_interface_create()
404 osal_mutex_create(ps_hle_ctxt->pv_osal_handle); in ihevce_hle_interface_create()
411 osal_mutex_create(ps_hle_ctxt->pv_osal_handle); in ihevce_hle_interface_create()
670 ps_enc_ctxt->s_enc_ques.pv_q_mutex_hdl = osal_mutex_create(ps_hle_ctxt->pv_osal_handle); in ihevce_create_ports()
957 osal_mutex_create(ps_hle_ctxt->pv_osal_handle); in ihevce_hle_interface_thrd()
965 osal_mutex_create(ps_hle_ctxt->pv_osal_handle); in ihevce_hle_interface_thrd()
975 osal_mutex_create(ps_hle_ctxt->pv_osal_handle); in ihevce_hle_interface_thrd()
982 osal_mutex_create(ps_hle_ctxt->pv_osal_handle); in ihevce_hle_interface_thrd()
992 osal_mutex_create(ps_hle_ctxt->pv_osal_handle); in ihevce_hle_interface_thrd()
999 osal_mutex_create(ps_hle_ctxt->pv_osal_handle); in ihevce_hle_interface_thrd()
[all …]
Dosal_mutex.c91 void *osal_mutex_create(IN void *osal_handle) in osal_mutex_create() function
Dosal.h400 extern void *osal_mutex_create(IN void *osal_handle);
Dihevce_plugin.c993 .pv_app_out_strm_buf_mutex_hdl = osal_mutex_create(ps_ctxt->pv_osal_handle); in ihevce_init()