Searched refs:ihevce_mem_free (Results 1 – 6 of 6) sorted by relevance
/external/libhevc/encoder/ |
D | ihevce_hle_interface.c | 266 ps_hle_ctxt->ihevce_mem_free(ps_hle_ctxt->pv_mem_mgr_hdl, &s_memtab); in ihevce_hle_interface_create() 1532 ps_hle_ctxt->ihevce_mem_free(ps_hle_ctxt->pv_mem_mgr_hdl, &s_memtab); in ihevce_hle_interface_thrd() 1556 ps_hle_ctxt->ihevce_mem_free(ps_hle_ctxt->pv_mem_mgr_hdl, &s_memtab); in ihevce_hle_interface_thrd() 1584 ps_hle_ctxt->ihevce_mem_free(ps_hle_ctxt->pv_mem_mgr_hdl, &s_memtab); in ihevce_hle_interface_thrd() 1591 ps_hle_ctxt->ihevce_mem_free(ps_hle_ctxt->pv_mem_mgr_hdl, &s_memtab); in ihevce_hle_interface_thrd() 2200 ps_hle_ctxt->ihevce_mem_free(ps_hle_ctxt->pv_mem_mgr_hdl, &s_memtab); in ihevce_hle_interface_delete() 2211 ps_hle_ctxt->ihevce_mem_free(ps_hle_ctxt->pv_mem_mgr_hdl, &s_memtab); in ihevce_hle_interface_delete() 2220 ps_hle_ctxt->ihevce_mem_free(ps_hle_ctxt->pv_mem_mgr_hdl, &s_memtab); in ihevce_hle_interface_delete()
|
D | ihevce_plugin_priv.h | 176 void (*ihevce_mem_free)(void *pv_handle, void *pv_mem); member
|
D | ihevce_plugin.c | 636 ps_ctxt->ihevce_mem_free = memory_free; in ihevce_init() 772 ps_interface_ctxt->ihevce_mem_free = mem_mngr_free; in ihevce_init() 799 ps_ctxt->ihevce_mem_free(NULL, ps_ctxt->ps_static_cfg_prms); in ihevce_init() 1625 ps_ctxt->ihevce_mem_free(NULL, ps_ctxt->pu1_out_ctrl_buf); in ihevce_close() 1626 ps_ctxt->ihevce_mem_free(NULL, ps_ctxt->pu1_inp_async_ctrl_buf); in ihevce_close() 1641 ps_ctxt->ihevce_mem_free(NULL, ps_ctxt->pv_hle_interface_ctxt); in ihevce_close() 1650 ps_ctxt->ihevce_mem_free(NULL, ps_ctxt->ps_static_cfg_prms); in ihevce_close()
|
D | ihevce_hle_interface.h | 177 void (*ihevce_mem_free)(void *pv_mem_mgr_hdl, iv_mem_rec_t *ps_memtab); member
|
D | ihevce_common_utils.c | 700 ps_hle_ctxt->ihevce_mem_free(ps_hle_ctxt->pv_mem_mgr_hdl, &s_mem_tab); in ihevce_osal_free() 823 ps_hle_ctxt->ihevce_mem_free(ps_hle_ctxt->pv_mem_mgr_hdl, &s_mem_tab); in ihevce_osal_delete()
|
D | ihevce_memory_init.c | 2997 ps_intrf_ctxt->ihevce_mem_free( in ihevce_mem_manager_free() 3011 ps_intrf_ctxt->ihevce_mem_free(ps_intrf_ctxt->pv_mem_mgr_hdl, &s_memtab); in ihevce_mem_manager_free() 3019 ps_intrf_ctxt->ihevce_mem_free( in ihevce_mem_manager_free() 3033 ps_intrf_ctxt->ihevce_mem_free(ps_intrf_ctxt->pv_mem_mgr_hdl, &s_memtab); in ihevce_mem_manager_free()
|