Home
last modified time | relevance | path

Searched refs:vpx_codec_get_mem_map (Results 1 – 5 of 5) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dexports_dec4 text vpx_codec_get_mem_map
Dvpx_codec.h522 vpx_codec_err_t vpx_codec_get_mem_map(vpx_codec_ctx_t *ctx,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
Dexample_xma.c159 res = vpx_codec_get_mem_map(&decoder, &mmap, &iter); in main()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dusage.dox156 determined, the application calls the vpx_codec_get_mem_map() iterator
164 order as they are returned from vpx_codec_get_mem_map(), but there is no
165 requirement that vpx_codec_get_mem_map() must finish iterating before
169 allocating it immediately after it is returned from vpx_codec_get_mem_map().
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
Dvpx_decoder.c191 vpx_codec_err_t vpx_codec_get_mem_map(vpx_codec_ctx_t *ctx, in vpx_codec_get_mem_map() function