Home
last modified time | relevance | path

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

/third_party/ffmpeg/fftools/
Dcmdutils.h50 extern AVDictionary *swr_opts;
322 AVDictionary *swr_opts; member
Dcmdutils.c69 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()
Dffmpeg.h521 AVDictionary *swr_opts; member
Dffmpeg_filter.c1011 while ((e = av_dict_get(ost->swr_opts, "", e, in configure_filtergraph()
Dffmpeg_opt.c1589 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()
Dffmpeg.c607 av_dict_free(&ost->swr_opts); in ffmpeg_cleanup()
4903 av_dict_free(&ost->swr_opts); in transcode()
Dffplay.c1973 while ((e = av_dict_get(swr_opts, "", e, AV_DICT_IGNORE_SUFFIX))) in configure_audio_filters()