Home
last modified time | relevance | path

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

12

/external/libvpx/test/
Dencode_api_test.cc55 EXPECT_EQ(VPX_CODEC_INVALID_PARAM, vpx_codec_destroy(nullptr)); in TEST()
75 EXPECT_EQ(VPX_CODEC_OK, vpx_codec_destroy(&enc)); in TEST()
119 vpx_codec_destroy(&enc); in TEST()
192 vpx_codec_destroy(&enc[i]); in TEST()
301 EXPECT_EQ(vpx_codec_destroy(&enc), VPX_CODEC_OK); in TEST()
341 ~Encoder() { EXPECT_EQ(vpx_codec_destroy(&ctx), VPX_CODEC_OK); } in TEST()
Ddecode_api_test.cc46 EXPECT_EQ(vpx_codec_destroy(nullptr), VPX_CODEC_INVALID_PARAM); in TEST()
62 EXPECT_EQ(VPX_CODEC_OK, vpx_codec_destroy(&dec)); in TEST()
145 EXPECT_EQ(VPX_CODEC_OK, vpx_codec_destroy(&dec)); in TEST()
161 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/vpx/
Dexports_com3 text vpx_codec_destroy
Dvpx_codec.h352 vpx_codec_err_t vpx_codec_destroy(vpx_codec_ctx_t *ctx);
/external/libvpx/vpx/src/
Dvpx_encoder.c58 vpx_codec_destroy(ctx); in vpx_codec_enc_init_ver()
119 vpx_codec_destroy(ctx); in vpx_codec_enc_init_multi_ver()
125 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/examples/
Dtwopass_encoder.c148 if (vpx_codec_destroy(&codec)) die_codec(&codec, "Failed to destroy codec."); in pass0()
184 if (vpx_codec_destroy(&codec)) die_codec(&codec, "Failed to destroy codec."); in pass1()
Dvpx_dec_fuzzer.cc123 vpx_codec_destroy(&codec); in LLVMFuzzerTestOneInput()
Dvp9cx_set_ref.c310 if (vpx_codec_destroy(&dcodec)) in main()
314 if (vpx_codec_destroy(&ecodec)) in main()
Dsimple_decoder.c139 if (vpx_codec_destroy(&codec)) die_codec(&codec, "Failed to destroy codec"); in main()
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()
Dset_maps.c238 if (vpx_codec_destroy(&codec)) die_codec(&codec, "Failed to destroy codec."); in main()
/external/webrtc/modules/video_coding/codecs/vp8/
Dlibvpx_vp8_decoder.cc362 if (vpx_codec_destroy(decoder_)) { in Release()
/external/webrtc/modules/video_coding/codecs/vp9/
Dlibvpx_vp9_decoder.cc365 if (vpx_codec_destroy(decoder_)) { in Release()
/external/webrtc/modules/video_coding/codecs/interface/
Dlibvpx_interface.cc72 return ::vpx_codec_destroy(ctx); in codec_destroy()
/external/openscreen/cast/standalone_sender/
Dstreaming_vpx_encoder.cc193 vpx_codec_destroy(&encoder_); in DestroyEncoder()

12