Searched refs:swr_opts (Results 1 – 7 of 7) sorted by relevance
/third_party/ffmpeg/fftools/ |
D | cmdutils.h | 50 extern AVDictionary *swr_opts; 322 AVDictionary *swr_opts; member
|
D | cmdutils.c | 69 AVDictionary *swr_opts; variable 89 av_dict_free(&swr_opts); in uninit_opts() 616 av_dict_set(&swr_opts, opt, arg, FLAGS); in opt_default() 671 g->swr_opts = swr_opts; in finish_group() 680 swr_opts = NULL; in finish_group() 737 av_dict_free(&l->groups[j].swr_opts); in uninit_parse_context()
|
D | ffmpeg.h | 521 AVDictionary *swr_opts; member
|
D | ffmpeg_filter.c | 1011 while ((e = av_dict_get(ost->swr_opts, "", e, in configure_filtergraph()
|
D | ffmpeg_opt.c | 1589 av_dict_copy(&ost->swr_opts, o->g->swr_opts, 0); in new_output_stream() 1591 av_dict_set(&ost->swr_opts, "output_sample_bits", "24", 0); in new_output_stream()
|
D | ffmpeg.c | 607 av_dict_free(&ost->swr_opts); in ffmpeg_cleanup() 4903 av_dict_free(&ost->swr_opts); in transcode()
|
D | ffplay.c | 1973 while ((e = av_dict_get(swr_opts, "", e, AV_DICT_IGNORE_SUFFIX))) in configure_audio_filters()
|