Searched refs:vpx_codec_set_mem_map (Results 1 – 5 of 5) sorted by relevance
10 text vpx_codec_set_mem_map
548 vpx_codec_err_t vpx_codec_set_mem_map(vpx_codec_ctx_t *ctx,
178 if (vpx_codec_set_mem_map(&decoder, &mmap, 1)) { in main()
163 vpx_codec_set_mem_map() function. Segments \ref MUST be passed in the same166 vpx_codec_set_mem_map() is called. For instance, some applications may choose171 After all segments have been set using vpx_codec_set_mem_map(), the codec may
207 vpx_codec_err_t vpx_codec_set_mem_map(vpx_codec_ctx_t *ctx, in vpx_codec_set_mem_map() function