Home
last modified time | relevance | path

Searched refs:aresample_swr_opts (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavfilter/
Davfilter.h925 …char *aresample_swr_opts; ///< swr options to use for the auto-inserted aresample filters, Access … member
Dformats.c340 .conversion_opts_offset = offsetof(AVFilterGraph, aresample_swr_opts),
Davfiltergraph.c56 … {"aresample_swr_opts" , "default aresample filter options" , OFFSET(aresample_swr_opts) ,
/third_party/ffmpeg/fftools/
Dffplay.c1950 char aresample_swr_opts[512] = ""; in configure_audio_filters() local
1964 av_strlcatf(aresample_swr_opts, sizeof(aresample_swr_opts), "%s=%s:", e->key, e->value); in configure_audio_filters()
1965 if (strlen(aresample_swr_opts)) in configure_audio_filters()
1966 aresample_swr_opts[strlen(aresample_swr_opts)-1] = '\0'; in configure_audio_filters()
1967 av_opt_set(is->agraph, "aresample_swr_opts", aresample_swr_opts, 0); in configure_audio_filters()