Home
last modified time | relevance | path

Searched refs:mmaps (Results 1 – 4 of 4) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
Dvp8_dx_iface.c53 vpx_codec_mmap_t mmaps[NELEMENTS(vp8_mem_req_segs)-1]; member
97 for (i = 0; i < NELEMENTS(ctx->priv->alg_priv->mmaps); i++) in vp8_init_ctx()
98 ctx->priv->alg_priv->mmaps[i].id = vp8_mem_req_segs[i].id; in vp8_init_ctx()
100 ctx->priv->alg_priv->mmaps[0] = *mmap; in vp8_init_ctx()
184 for (i = NELEMENTS(ctx->mmaps) - 1; i >= 0; i--) in vp8_destroy()
186 if (ctx->mmaps[i].dtor) in vp8_destroy()
187 ctx->mmaps[i].dtor(&ctx->mmaps[i]); in vp8_destroy()
399 for (i = 1; !res && i < NELEMENTS(ctx->mmaps); i++) in vp8_decode()
405 ctx->mmaps[i].id = vp8_mem_req_segs[i].id; in vp8_decode()
406 ctx->mmaps[i].sz = vp8_mem_req_segs[i].sz; in vp8_decode()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
Dvpx_codec.c160 const vpx_codec_mmap_t *mmaps, in vpx_validate_mmaps() argument
167 if (mmaps[i].base == NULL) { in vpx_validate_mmaps()
178 if (mmaps[i].sz < mem_reqs[i].calc_sz(&cfg, init_flags)) { in vpx_validate_mmaps()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dvpx_codec.h549 vpx_codec_mmap_t *mmaps,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/internal/
Dvpx_codec_internal.h535 const vpx_codec_mmap_t *mmaps,