Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
Dvpx_codec.c172 if (mem_reqs[i].calc_sz != 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/internal/
Dvpx_codec_internal.h521 unsigned long (*calc_sz)(const vpx_codec_dec_cfg_t *, vpx_codec_flags_t); member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
Dvp8_dx_iface.c411 ctx->mmaps[i].sz = vp8_mem_req_segs[i].calc_sz(&cfg, in vp8_decode()
650 mmap->sz = seg_iter->calc_sz(ctx->config.dec, ctx->init_flags); in vp8_xma_get_mmap()