Searched refs:swr_opts (Results 1 – 7 of 7) sorted by relevance
/third_party/ffmpeg/fftools/ |
D | cmdutils.c | 59 AVDictionary *swr_opts; variable 66 av_dict_free(&swr_opts); in uninit_opts() 567 av_dict_set(&swr_opts, opt, arg, FLAGS); in opt_default() 615 g->swr_opts = swr_opts; in finish_group() 622 swr_opts = NULL; in finish_group() 675 av_dict_free(&l->groups[j].swr_opts); in uninit_parse_context()
|
D | cmdutils.h | 48 extern AVDictionary *swr_opts; 252 AVDictionary *swr_opts; member
|
D | ffmpeg.h | 530 AVDictionary *swr_opts; member
|
D | ffmpeg_filter.c | 1032 while ((e = av_dict_get(ost->swr_opts, "", e, in configure_filtergraph()
|
D | ffmpeg_opt.c | 1700 av_dict_copy(&ost->swr_opts, o->g->swr_opts, 0); in new_output_stream() 1702 av_dict_set(&ost->swr_opts, "output_sample_bits", "24", 0); in new_output_stream()
|
D | ffmpeg.c | 591 av_dict_free(&ost->swr_opts); in ffmpeg_cleanup() 4465 av_dict_free(&ost->swr_opts); in transcode()
|
D | ffplay.c | 1963 while ((e = av_dict_get(swr_opts, "", e, AV_DICT_IGNORE_SUFFIX))) in configure_audio_filters()
|