Searched refs:vpx_codec_get_mem_map (Results 1 – 5 of 5) sorted by relevance
4 text vpx_codec_get_mem_map
522 vpx_codec_err_t vpx_codec_get_mem_map(vpx_codec_ctx_t *ctx,
159 res = vpx_codec_get_mem_map(&decoder, &mmap, &iter); in main()
156 determined, the application calls the vpx_codec_get_mem_map() iterator164 order as they are returned from vpx_codec_get_mem_map(), but there is no165 requirement that vpx_codec_get_mem_map() must finish iterating before169 allocating it immediately after it is returned from vpx_codec_get_mem_map().
191 vpx_codec_err_t vpx_codec_get_mem_map(vpx_codec_ctx_t *ctx, in vpx_codec_get_mem_map() function