Home
last modified time | relevance | path

Searched refs:vpx_codec_destroy (Results 1 – 13 of 13) sorted by relevance

/external/libvpx/vpx/
Dexports_com3 text vpx_codec_destroy
Dvpx_codec.h336 vpx_codec_err_t vpx_codec_destroy(vpx_codec_ctx_t *ctx);
/external/libvpx/examples/
Ddecoder_tmpl.txt59 if(vpx_codec_destroy(&codec))
Dencoder_tmpl.txt71 if(vpx_codec_destroy(&codec))
Dsimple_decoder.txt82 The `vpx_codec_destroy` call frees any memory allocated by the codec.
Dsimple_encoder.txt91 The `vpx_codec_destroy` call frees any memory allocated by the codec.
/external/libvpx/vpx/src/
Dvpx_codec.c90 vpx_codec_err_t vpx_codec_destroy(vpx_codec_ctx_t *ctx) in vpx_codec_destroy() function
Dvpx_decoder_compat.c58 return vpx_codec_destroy((vpx_codec_ctx_t *)ctx); in vpx_dec_destroy()
Dvpx_decoder.c64 vpx_codec_destroy(ctx); in vpx_codec_dec_init_ver()
Dvpx_encoder.c55 vpx_codec_destroy(ctx); in vpx_codec_enc_init_ver()
/external/libvpx/
Dexample_xma.c211 vpx_codec_destroy(&decoder); in main()
Dvpxdec.c1107 if (vpx_codec_destroy(&decoder)) in main()
Dvpxenc.c1710 vpx_codec_destroy(&encoder); in main()