Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dexports_com3 text vpx_codec_destroy
Dvpx_codec.h342 vpx_codec_err_t vpx_codec_destroy(vpx_codec_ctx_t *ctx);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
Dsimple_decoder.c147 if (vpx_codec_destroy(&codec)) in main()
Dpostproc.c130 if (vpx_codec_destroy(&codec)) in main()
Ddecode_with_drops.c144 if (vpx_codec_destroy(&codec)) in main()
Ddecode_to_md5.c132 if (vpx_codec_destroy(&codec)) in main()
Dexample_xma.c190 vpx_codec_destroy(&decoder); in main()
Dvp8cx_set_ref.c181 if (vpx_codec_destroy(&codec)) in main()
Dsimple_encoder.c246 if (vpx_codec_destroy(&codec)) in main()
Dtwopass_encoder.c220 if (vpx_codec_destroy(&codec)) in main()
Ddecode_with_partial_drops.c322 if(vpx_codec_destroy(&codec)) in main()
Dset_maps.c237 if (vpx_codec_destroy(&codec)) in main()
Dvp9_spatial_scalable_encoder.c374 if (vpx_codec_destroy(&codec)) die_codec(&codec, "Failed to destroy codec"); in main()
Dvp8_multi_resolution_encoder.c455 if(vpx_codec_destroy(&codec[i])) in main()
Dvpx_temporal_scalable_patterns.c659 if (vpx_codec_destroy(&codec)) in main()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
Dvpx_encoder.c56 vpx_codec_destroy(ctx); in vpx_codec_enc_init_ver()
131 vpx_codec_destroy(ctx); in vpx_codec_enc_init_multi_ver()
137 vpx_codec_destroy(ctx); in vpx_codec_enc_init_multi_ver()
Dvpx_codec.c83 vpx_codec_err_t vpx_codec_destroy(vpx_codec_ctx_t *ctx) { in vpx_codec_destroy() function
Dvpx_decoder.c64 vpx_codec_destroy(ctx); in vpx_codec_dec_init_ver()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Ddecode_test_driver.h49 vpx_codec_destroy(&decoder_); in ~Decoder()
Dencode_test_driver.h100 vpx_codec_destroy(&encoder_); in ~Encoder()
Dsvc_test.cc69 if (codec_initialized_) vpx_codec_destroy(&codec_); in TearDown()
/hardware/intel/common/omx-components/videocodec/
DOMXVideoDecoderVP9HWR.cpp191 vpx_codec_destroy((vpx_codec_ctx_t *)mCtx); in destroyDecoder()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dvpxdec.c938 if (vpx_codec_destroy(&decoder)) { in main_loop()
Dvpxenc.c1765 FOREACH_STREAM(vpx_codec_destroy(&stream->encoder)); in main()
1768 FOREACH_STREAM(vpx_codec_destroy(&stream->decoder)); in main()