Home
last modified time | relevance | path

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

12

/external/libvpx/libvpx/test/
Dencode_api_test.cc41 EXPECT_EQ(VPX_CODEC_INVALID_PARAM, vpx_codec_destroy(NULL)); in TEST()
61 EXPECT_EQ(VPX_CODEC_OK, vpx_codec_destroy(&enc)); in TEST()
105 vpx_codec_destroy(&enc); in TEST()
190 vpx_codec_destroy(&enc[i]); in TEST()
Ddecode_api_test.cc42 EXPECT_EQ(VPX_CODEC_INVALID_PARAM, vpx_codec_destroy(NULL)); in TEST()
56 EXPECT_EQ(VPX_CODEC_OK, vpx_codec_destroy(&dec)); in TEST()
138 EXPECT_EQ(VPX_CODEC_OK, vpx_codec_destroy(&dec)); in TEST()
154 EXPECT_EQ(VPX_CODEC_OK, vpx_codec_destroy(&dec)); in TestPeekInfo()
Ddecode_test_driver.h51 virtual ~Decoder() { vpx_codec_destroy(&decoder_); } in ~Decoder()
Dlevel_test.cc140 EXPECT_EQ(VPX_CODEC_OK, vpx_codec_destroy(&enc)); in TEST_P()
Dencode_test_driver.h95 virtual ~Encoder() { vpx_codec_destroy(&encoder_); } in ~Encoder()
/external/libvpx/libvpx/vpx/
Dexports_com3 text vpx_codec_destroy
Dvpx_codec.h349 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()
122 vpx_codec_destroy(ctx); in vpx_codec_enc_init_multi_ver()
128 vpx_codec_destroy(ctx); in vpx_codec_enc_init_multi_ver()
Dvpx_codec.c65 vpx_codec_err_t vpx_codec_destroy(vpx_codec_ctx_t *ctx) { in vpx_codec_destroy() function
Dvpx_decoder.c58 vpx_codec_destroy(ctx); in vpx_codec_dec_init_ver()
/external/libvpx/libvpx/examples/
Dtwopass_encoder.c147 if (vpx_codec_destroy(&codec)) die_codec(&codec, "Failed to destroy codec."); in pass0()
183 if (vpx_codec_destroy(&codec)) die_codec(&codec, "Failed to destroy codec."); in pass1()
Dsimple_decoder.c139 if (vpx_codec_destroy(&codec)) die_codec(&codec, "Failed to destroy codec"); in main()
Dvpx_dec_fuzzer.cc160 vpx_codec_destroy(&codec); in LLVMFuzzerTestOneInput()
Dpostproc.c124 if (vpx_codec_destroy(&codec)) die_codec(&codec, "Failed to destroy codec"); in main()
Ddecode_with_drops.c139 if (vpx_codec_destroy(&codec)) die_codec(&codec, "Failed to destroy codec."); in main()
Ddecode_to_md5.c126 if (vpx_codec_destroy(&codec)) die_codec(&codec, "Failed to destroy codec."); in main()
Dvp9_lossless_encoder.c132 if (vpx_codec_destroy(&codec)) die_codec(&codec, "Failed to destroy codec."); in main()
Dvp8cx_set_ref.c182 if (vpx_codec_destroy(&codec)) die_codec(&codec, "Failed to destroy codec."); in main()
Dsimple_encoder.c242 if (vpx_codec_destroy(&codec)) die_codec(&codec, "Failed to destroy codec."); in main()
Dvp9cx_set_ref.c432 if (vpx_codec_destroy(&dcodec)) in main()
436 if (vpx_codec_destroy(&ecodec)) in main()
Dset_maps.c238 if (vpx_codec_destroy(&codec)) die_codec(&codec, "Failed to destroy codec."); in main()
Dvp8_multi_resolution_encoder.c652 if (vpx_codec_destroy(&codec[i])) in main()
Dvpx_temporal_svc_encoder.c943 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()

12