/external/libhevc/encoder/ |
D | ihevce_hle_interface.c | 396 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() 803 pv_lap_sem_hdl = osal_sem_create(ps_hle_ctxt->pv_osal_handle, &attr); in ihevce_hle_interface_thrd() 815 pv_enc_frame_process_sem_hdl = osal_sem_create(ps_hle_ctxt->pv_osal_handle, &attr); in ihevce_hle_interface_thrd() 822 pv_pre_enc_frame_process_sem_hdl = osal_sem_create(ps_hle_ctxt->pv_osal_handle, &attr); in ihevce_hle_interface_thrd() 831 pv_inp_data_sem_hdl = osal_sem_create(ps_hle_ctxt->pv_osal_handle, &attr); in ihevce_hle_interface_thrd() 844 pv_lap_inp_data_sem_hdl = osal_sem_create(ps_hle_ctxt->pv_osal_handle, &attr); in ihevce_hle_interface_thrd() 851 pv_preenc_inp_data_sem_hdl = osal_sem_create(ps_hle_ctxt->pv_osal_handle, &attr); in ihevce_hle_interface_thrd() [all …]
|
D | ihevce_common_utils.c | 726 void *pv_osal_handle; in ihevce_osal_init() local 753 pv_osal_handle = s_mem_tab.pv_base; in ihevce_osal_init() 760 status = osal_init(pv_osal_handle); in ihevce_osal_init() 769 status = osal_register_callbacks(pv_osal_handle, &s_cb_funcs); in ihevce_osal_init() 777 ps_hle_ctxt->pv_osal_handle = pv_osal_handle; in ihevce_osal_init() 801 void *pv_osal_handle; in ihevce_osal_delete() local 805 pv_osal_handle = ps_hle_ctxt->pv_osal_handle; in ihevce_osal_delete() 812 if(0 != osal_close(pv_osal_handle)) in ihevce_osal_delete() 821 s_mem_tab.pv_base = pv_osal_handle; in ihevce_osal_delete()
|
D | ihevce_plugin.c | 645 ps_ctxt->pv_osal_handle = memory_alloc(NULL, OSAL_HANDLE_SIZE); in ihevce_init() 652 status = osal_init(ps_ctxt->pv_osal_handle); in ihevce_init() 660 status = osal_register_callbacks(ps_ctxt->pv_osal_handle, &s_cb_funcs); in ihevce_init() 770 ps_interface_ctxt->pv_osal_handle = ps_ctxt->pv_osal_handle; in ihevce_init() 802 memory_free(NULL, ps_ctxt->pv_osal_handle); in ihevce_init() 993 .pv_app_out_strm_buf_mutex_hdl = osal_mutex_create(ps_ctxt->pv_osal_handle); in ihevce_init() 1006 osal_cond_var_create(ps_ctxt->pv_osal_handle); in ihevce_init() 1166 osal_thread_create(ps_ctxt->pv_osal_handle, &s_thread_attr); in ihevce_init() 1653 memory_free(NULL, ps_ctxt->pv_osal_handle); in ihevce_close()
|
D | ihevce_dep_mngr_interface.h | 129 void *pv_osal_handle,
|
D | ihevce_memory_init.c | 1541 ps_intrf_ctxt->pv_osal_handle, in ihevce_mem_manager_init() 1555 ps_intrf_ctxt->pv_osal_handle, in ihevce_mem_manager_init() 1569 ps_intrf_ctxt->pv_osal_handle, in ihevce_mem_manager_init() 2273 osal_sem_create(ps_intrf_ctxt->pv_osal_handle, &attr); in ihevce_mem_manager_init() 2284 osal_sem_create(ps_intrf_ctxt->pv_osal_handle, &attr); in ihevce_mem_manager_init() 2299 ps_intrf_ctxt->pv_osal_handle, in ihevce_mem_manager_init() 2325 ps_intrf_ctxt->pv_osal_handle, in ihevce_mem_manager_init() 2344 ps_intrf_ctxt->pv_osal_handle, in ihevce_mem_manager_init() 2364 ps_intrf_ctxt->pv_osal_handle, in ihevce_mem_manager_init() 2383 ps_intrf_ctxt->pv_osal_handle, in ihevce_mem_manager_init() [all …]
|
D | ihevce_coarse_me_pass.h | 135 void *pv_osal_handle,
|
D | ihevce_enc_loop_pass.h | 81 void *pv_osal_handle,
|
D | ihevce_plugin_priv.h | 173 void *pv_osal_handle; member
|
D | ihevce_me_pass.h | 133 void *pv_osal_handle,
|
D | ihevce_dep_mngr.c | 429 void *pv_osal_handle, in ihevce_dmgr_init() argument 439 (void)pv_osal_handle; in ihevce_dmgr_init() 449 ASSERT(NULL != pv_osal_handle); in ihevce_dmgr_init()
|
D | ihevce_hle_interface.h | 115 void *pv_osal_handle; member
|
D | hme_interface.h | 805 void *pv_osal_handle,
|
D | ihevce_coarse_me_pass.c | 244 void *pv_osal_handle, in ihevce_coarse_me_init() argument 296 ps_mem_tab, ps_init_prms, pv_me_ctxt, pv_osal_handle, i4_num_proc_thrds, i4_resolution_id); in ihevce_coarse_me_init()
|
D | ihevce_enc_loop_pass.c | 4287 void *pv_osal_handle, in ihevce_enc_loop_init() argument 5575 pv_osal_handle, in ihevce_enc_loop_init() 5594 pv_osal_handle, in ihevce_enc_loop_init() 5641 pv_osal_handle, in ihevce_enc_loop_init()
|
D | ihevce_me_pass.c | 418 void *pv_osal_handle, in ihevce_me_init() argument
|
D | hme_interface.c | 2352 void *pv_osal_handle, in hme_coarse_dep_mngr_init() argument 2404 pv_osal_handle, in hme_coarse_dep_mngr_init()
|