Home
last modified time | relevance | path

Searched refs:mem_loc (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
Dvpx_encoder.c93 void *mem_loc = NULL; in vpx_codec_enc_init_multi_ver() local
95 if (!(res = iface->enc.mr_get_mem_loc(cfg, &mem_loc))) { in vpx_codec_enc_init_multi_ver()
106 mr_cfg.mr_low_res_mode_info = mem_loc; in vpx_codec_enc_init_multi_ver()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/internal/
Dvpx_codec_internal.h304 void **mem_loc);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
Dvp8_cx_iface.c544 void **mem_loc) in vp8e_mr_alloc_mem() argument
548 (void)mem_loc; in vp8e_mr_alloc_mem()
567 *mem_loc = (void *)shared_mem_loc; in vp8e_mr_alloc_mem()