Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
Dvpx_codec.c141 vpx_codec_err_t vpx_mmap_alloc(vpx_codec_mmap_t *mmap) { in vpx_mmap_alloc() function
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/internal/
Dvpx_codec_internal.h527 vpx_codec_err_t vpx_mmap_alloc(vpx_codec_mmap_t *mmap);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
Dvp8_dx_iface.c141 res = vpx_mmap_alloc(&mmap); in vp8_init()
414 res = vpx_mmap_alloc(&ctx->mmaps[i]); in vp8_decode()