Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dexports_dec10 text vpx_codec_set_mem_map
Dvpx_codec.h548 vpx_codec_err_t vpx_codec_set_mem_map(vpx_codec_ctx_t *ctx,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
Dexample_xma.c178 if (vpx_codec_set_mem_map(&decoder, &mmap, 1)) { in main()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dusage.dox163 vpx_codec_set_mem_map() function. Segments \ref MUST be passed in the same
166 vpx_codec_set_mem_map() is called. For instance, some applications may choose
171 After all segments have been set using vpx_codec_set_mem_map(), the codec may
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
Dvpx_decoder.c207 vpx_codec_err_t vpx_codec_set_mem_map(vpx_codec_ctx_t *ctx, in vpx_codec_set_mem_map() function