Searched refs:vpx_codec_destroy (Results 1 – 25 of 25) sorted by relevance
45 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()
55 vpx_codec_destroy(&decoder_); in ~Decoder()
101 vpx_codec_destroy(&encoder_); in ~Encoder()
88 if (codec_initialized_) vpx_codec_destroy(&codec_); in ReleaseEncoder()
3 text vpx_codec_destroy
351 vpx_codec_err_t vpx_codec_destroy(vpx_codec_ctx_t *ctx);
58 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()
83 vpx_codec_err_t vpx_codec_destroy(vpx_codec_ctx_t *ctx) { in vpx_codec_destroy() function
59 vpx_codec_destroy(ctx); in vpx_codec_dec_init_ver()
152 if (vpx_codec_destroy(&codec)) in pass0()191 if (vpx_codec_destroy(&codec)) in pass1()
143 if (vpx_codec_destroy(&codec)) in main()
128 if (vpx_codec_destroy(&codec)) in main()
142 if (vpx_codec_destroy(&codec)) in main()
130 if (vpx_codec_destroy(&codec)) in main()
138 if (vpx_codec_destroy(&codec)) in main()
188 if (vpx_codec_destroy(&codec)) in main()
250 if (vpx_codec_destroy(&codec)) in main()
249 if (vpx_codec_destroy(&codec)) in main()
720 if(vpx_codec_destroy(&codec[i])) in main()
818 if (vpx_codec_destroy(&codec)) in main()
865 if (vpx_codec_destroy(&codec)) die_codec(&codec, "Failed to destroy codec"); in main()
95 if (vpx_codec_destroy(encoder_)) { in Release()973 if (vpx_codec_destroy(decoder_)) { in Release()
190 if (vpx_codec_destroy(&encoder)) { in Release()1369 if (vpx_codec_destroy(decoder_)) { in Release()
1101 if (vpx_codec_destroy(&decoder)) { in main_loop()
2270 FOREACH_STREAM(vpx_codec_destroy(&stream->encoder)); in main()2273 FOREACH_STREAM(vpx_codec_destroy(&stream->decoder)); in main()