Searched refs:vpx_codec_destroy (Results 1 – 13 of 13) sorted by relevance
3 text vpx_codec_destroy
336 vpx_codec_err_t vpx_codec_destroy(vpx_codec_ctx_t *ctx);
59 if(vpx_codec_destroy(&codec))
71 if(vpx_codec_destroy(&codec))
82 The `vpx_codec_destroy` call frees any memory allocated by the codec.
91 The `vpx_codec_destroy` call frees any memory allocated by the codec.
90 vpx_codec_err_t vpx_codec_destroy(vpx_codec_ctx_t *ctx) in vpx_codec_destroy() function
58 return vpx_codec_destroy((vpx_codec_ctx_t *)ctx); in vpx_dec_destroy()
64 vpx_codec_destroy(ctx); in vpx_codec_dec_init_ver()
55 vpx_codec_destroy(ctx); in vpx_codec_enc_init_ver()
211 vpx_codec_destroy(&decoder); in main()
1107 if (vpx_codec_destroy(&decoder)) in main()
1710 vpx_codec_destroy(&encoder); in main()