Home
last modified time | relevance | path

Searched refs:av_opt_free (Results 1 – 17 of 17) sorted by relevance

/third_party/ffmpeg/libavutil/tests/
Dopt.c150 av_opt_free(&test_ctx); in main()
171 av_opt_free(&test_ctx); in main()
211 av_opt_free(&test_ctx); in main()
212 av_opt_free(&test2_ctx); in main()
226 av_opt_free(&test_ctx); in main()
236 av_opt_free(&test_ctx); in main()
323 av_opt_free(&test_ctx); in main()
354 av_opt_free(&test_ctx); in main()
/third_party/ffmpeg/libavcodec/
Davcodec.c453 av_opt_free(avctx->priv_data); in avcodec_open2()
454 av_opt_free(avctx); in avcodec_open2()
630 av_opt_free(avctx->priv_data); in avcodec_close()
631 av_opt_free(avctx); in avcodec_close()
Doptions.c211 av_opt_free(avctx); in copy_context_reset()
Dbsf.c55 av_opt_free(ctx->priv_data); in av_bsf_free()
Dpthread_frame.c801 av_opt_free(ctx->priv_data); in ff_frame_thread_free()
833 av_opt_free(avctx->priv_data); in ff_frame_thread_free()
Dcbs.c139 av_opt_free(ctx->priv_data); in ff_cbs_close()
/third_party/ffmpeg/libavutil/
Dopt.h457 void av_opt_free(void *obj);
Dopt.c1611 void av_opt_free(void *obj) in av_opt_free() function
/third_party/ffmpeg/libavformat/
Davio.c456 av_opt_free(h->priv_data); in ffurl_closep()
459 av_opt_free(h); in ffurl_closep()
Daviobuf.c1185 av_opt_free(s); in avio_close()
Dmux.c1314 av_opt_free(s->priv_data);
Dutils.c4482 av_opt_free(s);
4484 av_opt_free(s->priv_data);
4486 av_opt_free(s->priv_data);
/third_party/ffmpeg/libavfilter/
Daf_volume.c128 av_opt_free(vol); in uninit()
Davfilter.c781 av_opt_free(filter->priv); in avfilter_free()
794 av_opt_free(filter); in avfilter_free()
/third_party/ffmpeg/libavresample/
Dutils.c283 av_opt_free(*avr); in avresample_free()
/third_party/ffmpeg/fftools/
Dffprobe.c530 av_opt_free((*wctx)->priv); in writer_close()
532 av_opt_free(*wctx); in writer_close()
/third_party/ffmpeg/doc/
DAPIchanges2518 Add av_opt_free convenience function.