Searched refs:vpx_codec_destroy (Results 1 – 24 of 24) sorted by relevance
3 text vpx_codec_destroy
342 vpx_codec_err_t vpx_codec_destroy(vpx_codec_ctx_t *ctx);
147 if (vpx_codec_destroy(&codec)) in main()
130 if (vpx_codec_destroy(&codec)) in main()
144 if (vpx_codec_destroy(&codec)) in main()
132 if (vpx_codec_destroy(&codec)) in main()
190 vpx_codec_destroy(&decoder); in main()
181 if (vpx_codec_destroy(&codec)) in main()
246 if (vpx_codec_destroy(&codec)) in main()
220 if (vpx_codec_destroy(&codec)) in main()
322 if(vpx_codec_destroy(&codec)) in main()
237 if (vpx_codec_destroy(&codec)) in main()
374 if (vpx_codec_destroy(&codec)) die_codec(&codec, "Failed to destroy codec"); in main()
455 if(vpx_codec_destroy(&codec[i])) in main()
659 if (vpx_codec_destroy(&codec)) in main()
56 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()
83 vpx_codec_err_t vpx_codec_destroy(vpx_codec_ctx_t *ctx) { in vpx_codec_destroy() function
64 vpx_codec_destroy(ctx); in vpx_codec_dec_init_ver()
49 vpx_codec_destroy(&decoder_); in ~Decoder()
100 vpx_codec_destroy(&encoder_); in ~Encoder()
69 if (codec_initialized_) vpx_codec_destroy(&codec_); in TearDown()
191 vpx_codec_destroy((vpx_codec_ctx_t *)mCtx); in destroyDecoder()
938 if (vpx_codec_destroy(&decoder)) { in main_loop()
1765 FOREACH_STREAM(vpx_codec_destroy(&stream->encoder)); in main()1768 FOREACH_STREAM(vpx_codec_destroy(&stream->decoder)); in main()