Searched refs:sws_dict (Results 1 – 7 of 7) sorted by relevance
/third_party/ffmpeg/fftools/ |
D | cmdutils.h | 49 extern AVDictionary *sws_dict; 321 AVDictionary *sws_dict; member
|
D | cmdutils.c | 68 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()
|
D | ffmpeg.h | 520 AVDictionary *sws_dict; member
|
D | ffmpeg_filter.c | 459 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()
|
D | ffmpeg_opt.c | 1587 av_dict_copy(&ost->sws_dict, o->g->sws_dict, 0); in new_output_stream()
|
D | ffmpeg.c | 606 av_dict_free(&ost->sws_dict); in ffmpeg_cleanup() 4902 av_dict_free(&ost->sws_dict); in transcode()
|
D | ffplay.c | 1875 while ((e = av_dict_get(sws_dict, "", e, AV_DICT_IGNORE_SUFFIX))) { in configure_video_filters()
|