Home
last modified time | relevance | path

Searched refs:pv_sem_handle (Results 1 – 2 of 2) sorted by relevance

/external/libhevc/encoder/
Dihevce_hle_q_func.c159 void *pv_sem_handle = NULL; in ihevce_q_get_free_buff() local
165 pv_sem_handle = ps_enc_ctxt->s_thrd_sem_ctxt.pv_inp_data_sem_handle; in ihevce_q_get_free_buff()
172 pv_sem_handle = ps_enc_ctxt->s_thrd_sem_ctxt.pv_inp_ctrl_sem_handle; in ihevce_q_get_free_buff()
177 pv_sem_handle = ps_enc_ctxt->s_thrd_sem_ctxt.pv_lap_inp_data_sem_hdl; in ihevce_q_get_free_buff()
185 pv_sem_handle = ps_enc_ctxt->s_thrd_sem_ctxt.pv_out_common_mres_sem_hdl; in ihevce_q_get_free_buff()
189 pv_sem_handle = ps_enc_ctxt->s_thrd_sem_ctxt.apv_out_strm_sem_handle[0]; in ihevce_q_get_free_buff()
195 pv_sem_handle = ps_enc_ctxt->s_thrd_sem_ctxt.apv_out_recon_sem_handle[0]; in ihevce_q_get_free_buff()
200 pv_sem_handle = ps_enc_ctxt->s_thrd_sem_ctxt.pv_enc_frm_proc_sem_handle; in ihevce_q_get_free_buff()
205 pv_sem_handle = ps_enc_ctxt->s_thrd_sem_ctxt.pv_pre_enc_frm_proc_sem_handle; in ihevce_q_get_free_buff()
210 pv_sem_handle = ps_enc_ctxt->s_thrd_sem_ctxt.pv_enc_frm_proc_sem_handle; in ihevce_q_get_free_buff()
[all …]
Dihevce_dep_mngr.c767 void *pv_sem_handle; in ihevce_dmgr_chk_row_row_sync() local
771 pv_sem_handle = ps_dep_mngr_state->ppv_thrd_sem_handles[thrd_id]; in ihevce_dmgr_chk_row_row_sync()
777 ret_val = osal_sem_wait(pv_sem_handle); in ihevce_dmgr_chk_row_row_sync()
812 void *pv_sem_handle; in ihevce_dmgr_set_row_row_sync() local
842 pv_sem_handle = ps_dep_mngr_state->ppv_thrd_sem_handles[wait_thrd_id]; in ihevce_dmgr_set_row_row_sync()
844 ret_val = osal_sem_post(pv_sem_handle); in ihevce_dmgr_set_row_row_sync()
890 void *pv_sem_handle; in ihevce_dmgr_chk_frm_frm_sync() local
897 pv_sem_handle = ps_dep_mngr_state->ppv_thrd_sem_handles[thrd_id]; in ihevce_dmgr_chk_frm_frm_sync()
922 ret_val = osal_sem_wait(pv_sem_handle); in ihevce_dmgr_chk_frm_frm_sync()
955 void *pv_sem_handle; in ihevce_dmgr_update_frm_frm_sync() local
[all …]