Home
last modified time | relevance | path

Searched refs:sws_dict (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/fftools/
Dcmdutils.h49 extern AVDictionary *sws_dict;
321 AVDictionary *sws_dict; member
Dcmdutils.c68 AVDictionary *sws_dict; variable
84 av_dict_set(&sws_dict, "flags", "bicubic", 0); in init_opts()
90 av_dict_free(&sws_dict); in uninit_opts()
596 av_dict_set(&sws_dict, opt, arg, FLAGS); in opt_default()
670 g->sws_dict = sws_dict; in finish_group()
679 sws_dict = NULL; in finish_group()
736 av_dict_free(&l->groups[j].sws_dict); in uninit_parse_context()
Dffmpeg.h520 AVDictionary *sws_dict; member
Dffmpeg_filter.c459 while ((e = av_dict_get(ost->sws_dict, "", e, in configure_output_video_filter()
1002 while ((e = av_dict_get(ost->sws_dict, "", e, in configure_filtergraph()
Dffmpeg_opt.c1587 av_dict_copy(&ost->sws_dict, o->g->sws_dict, 0); in new_output_stream()
Dffmpeg.c606 av_dict_free(&ost->sws_dict); in ffmpeg_cleanup()
4902 av_dict_free(&ost->sws_dict); in transcode()
Dffplay.c1875 while ((e = av_dict_get(sws_dict, "", e, AV_DICT_IGNORE_SUFFIX))) { in configure_video_filters()