Searched refs:vpx_codec_destroy (Results 1 - 23 of 23) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
H A Dsimple_decoder.c71 // The `vpx_codec_destroy` call frees any memory allocated by the codec.
147 if (vpx_codec_destroy(&codec))
H A Ddecode_with_drops.c144 if (vpx_codec_destroy(&codec))
H A Dpostproc.c130 if (vpx_codec_destroy(&codec))
H A Ddecode_to_md5.c132 if (vpx_codec_destroy(&codec))
H A Dexample_xma.c190 vpx_codec_destroy(&decoder);
H A Dsimple_encoder.c84 // The `vpx_codec_destroy` call frees any memory allocated by the codec.
246 if (vpx_codec_destroy(&codec))
H A Dvp8cx_set_ref.c181 if (vpx_codec_destroy(&codec))
H A Ddecode_with_partial_drops.c322 if(vpx_codec_destroy(&codec))
H A Dset_maps.c237 if (vpx_codec_destroy(&codec))
H A Dtwopass_encoder.c220 if (vpx_codec_destroy(&codec))
H A Dvp8_multi_resolution_encoder.c455 if(vpx_codec_destroy(&codec[i]))
H A Dvp9_spatial_scalable_encoder.c374 if (vpx_codec_destroy(&codec)) die_codec(&codec, "Failed to destroy codec");
H A Dvpx_temporal_scalable_patterns.c659 if (vpx_codec_destroy(&codec))
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Ddecode_test_driver.h49 vpx_codec_destroy(&decoder_);
H A Dencode_test_driver.h100 vpx_codec_destroy(&encoder_);
H A Dsvc_test.cc69 if (codec_initialized_) vpx_codec_destroy(&codec_);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
H A Dvpx_encoder.c56 vpx_codec_destroy(ctx);
131 vpx_codec_destroy(ctx);
137 vpx_codec_destroy(ctx);
H A Dvpx_codec.c83 vpx_codec_err_t vpx_codec_destroy(vpx_codec_ctx_t *ctx) { function
H A Dvpx_decoder.c64 vpx_codec_destroy(ctx);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
H A Dvpx_codec.h342 vpx_codec_err_t vpx_codec_destroy(vpx_codec_ctx_t *ctx);
/hardware/intel/common/omx-components/videocodec/
H A DOMXVideoDecoderVP9HWR.cpp193 vpx_codec_destroy((vpx_codec_ctx_t *)mCtx);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Dvpxdec.c938 if (vpx_codec_destroy(&decoder)) {
H A Dvpxenc.c1765 FOREACH_STREAM(vpx_codec_destroy(&stream->encoder));
1768 FOREACH_STREAM(vpx_codec_destroy(&stream->decoder));

Completed in 953 milliseconds