Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx/src/
Dvpx_encoder.c90 void *mem_loc = NULL; in vpx_codec_enc_init_multi_ver() local
92 if (!(res = iface->enc.mr_get_mem_loc(cfg, &mem_loc))) { in vpx_codec_enc_init_multi_ver()
103 mr_cfg.mr_low_res_mode_info = mem_loc; in vpx_codec_enc_init_multi_ver()
/external/libvpx/libvpx/vpx/internal/
Dvpx_codec_internal.h272 void **mem_loc);
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c614 void **mem_loc) in vp8e_mr_alloc_mem() argument
636 *mem_loc = (void *)shared_mem_loc; in vp8e_mr_alloc_mem()
641 (void)mem_loc; in vp8e_mr_alloc_mem()