Home
last modified time | relevance | path

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

/external/libvpx/libvpx/test/
Ddecode_api_test.cc45 EXPECT_EQ(VPX_CODEC_INVALID_PARAM, vpx_codec_destroy(NULL)); in TEST()
60 EXPECT_EQ(VPX_CODEC_OK, vpx_codec_destroy(&dec)); in TEST()
147 EXPECT_EQ(VPX_CODEC_OK, vpx_codec_destroy(&dec)); in TEST()
Ddecode_test_driver.h55 vpx_codec_destroy(&decoder_); in ~Decoder()
Dencode_test_driver.h101 vpx_codec_destroy(&encoder_); in ~Encoder()
Dsvc_test.cc88 if (codec_initialized_) vpx_codec_destroy(&codec_); in ReleaseEncoder()
/external/libvpx/libvpx/vpx/
Dexports_com3 text vpx_codec_destroy
Dvpx_codec.h351 vpx_codec_err_t vpx_codec_destroy(vpx_codec_ctx_t *ctx);
/external/libvpx/libvpx/vpx/src/
Dvpx_encoder.c58 vpx_codec_destroy(ctx); in vpx_codec_enc_init_ver()
128 vpx_codec_destroy(ctx); in vpx_codec_enc_init_multi_ver()
134 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.c59 vpx_codec_destroy(ctx); in vpx_codec_dec_init_ver()
/external/libvpx/libvpx/examples/
Dtwopass_encoder.c152 if (vpx_codec_destroy(&codec)) in pass0()
191 if (vpx_codec_destroy(&codec)) in pass1()
Dsimple_decoder.c143 if (vpx_codec_destroy(&codec)) in main()
Dpostproc.c128 if (vpx_codec_destroy(&codec)) in main()
Ddecode_with_drops.c142 if (vpx_codec_destroy(&codec)) in main()
Ddecode_to_md5.c130 if (vpx_codec_destroy(&codec)) in main()
Dvp9_lossless_encoder.c138 if (vpx_codec_destroy(&codec)) in main()
Dvp8cx_set_ref.c188 if (vpx_codec_destroy(&codec)) in main()
Dsimple_encoder.c250 if (vpx_codec_destroy(&codec)) in main()
Dset_maps.c249 if (vpx_codec_destroy(&codec)) in main()
Dvp8_multi_resolution_encoder.c720 if(vpx_codec_destroy(&codec[i])) in main()
Dvpx_temporal_svc_encoder.c818 if (vpx_codec_destroy(&codec)) in main()
Dvp9_spatial_svc_encoder.c865 if (vpx_codec_destroy(&codec)) die_codec(&codec, "Failed to destroy codec"); in main()
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/
Dvp9_impl.cc95 if (vpx_codec_destroy(encoder_)) { in Release()
973 if (vpx_codec_destroy(decoder_)) { in Release()
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
Dvp8_impl.cc190 if (vpx_codec_destroy(&encoder)) { in Release()
1369 if (vpx_codec_destroy(decoder_)) { in Release()
/external/libvpx/libvpx/
Dvpxdec.c1101 if (vpx_codec_destroy(&decoder)) { in main_loop()
Dvpxenc.c2270 FOREACH_STREAM(vpx_codec_destroy(&stream->encoder)); in main()
2273 FOREACH_STREAM(vpx_codec_destroy(&stream->decoder)); in main()