Home
last modified time | relevance | path

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

/third_party/ffmpeg/fftools/
Dcmdutils.c59 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()
Dcmdutils.h48 extern AVDictionary *swr_opts;
252 AVDictionary *swr_opts; member
Dffmpeg.h530 AVDictionary *swr_opts; member
Dffmpeg_filter.c1032 while ((e = av_dict_get(ost->swr_opts, "", e, in configure_filtergraph()
Dffmpeg_opt.c1700 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()
Dffmpeg.c591 av_dict_free(&ost->swr_opts); in ffmpeg_cleanup()
4465 av_dict_free(&ost->swr_opts); in transcode()
Dffplay.c1963 while ((e = av_dict_get(swr_opts, "", e, AV_DICT_IGNORE_SUFFIX))) in configure_audio_filters()