Home
last modified time | relevance | path

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

/aosp_15_r20/external/libhevc/encoder/
H A Dihevce_plugin.c1036 ps_ctxt->s_memtab_inp_sync_ctrl_buf.i4_size = sizeof(iv_mem_rec_t); in ihevce_init()
1037 ps_ctxt->s_memtab_inp_sync_ctrl_buf.i4_mem_alignment = 4; in ihevce_init()
1038 ps_ctxt->s_memtab_inp_sync_ctrl_buf.i4_mem_size = in ihevce_init()
1040 ps_ctxt->s_memtab_inp_sync_ctrl_buf.e_mem_type = IV_EXT_CACHEABLE_NUMA_NODE0_MEM; in ihevce_init()
1045 &ps_ctxt->s_memtab_inp_sync_ctrl_buf); in ihevce_init()
1047 pu1_tmp_buf = (UWORD8 *)ps_ctxt->s_memtab_inp_sync_ctrl_buf.pv_base; in ihevce_init()
1645 mem_mngr_free(ps_app_ctxt->pv_mem_mngr_handle, &ps_ctxt->s_memtab_inp_sync_ctrl_buf); in ihevce_close()
H A Dihevce_plugin_priv.h197 iv_mem_rec_t s_memtab_inp_sync_ctrl_buf; member