Home
last modified time | relevance | path

Searched refs:abuffersink (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/doc/examples/
H A Dfilter_audio.c31 * (input) -> abuffer -> volume -> aformat -> abuffersink -> (output)
37 * abuffersink: This provides the endpoint where you can read the samples after
73 const AVFilter *abuffersink; in init_filter_graph() local
165 /* Finally create the abuffersink filter; in init_filter_graph()
167 abuffersink = avfilter_get_by_name("abuffersink"); in init_filter_graph()
168 if (!abuffersink) { in init_filter_graph()
169 fprintf(stderr, "Could not find the abuffersink filter.\n"); in init_filter_graph()
173 abuffersink_ctx = avfilter_graph_alloc_filter(filter_graph, abuffersink, "sink"); in init_filter_graph()
175 fprintf(stderr, "Could not allocate the abuffersink instanc in init_filter_graph()
[all...]
H A Dfiltering_audio.c93 const AVFilter *abuffersink = avfilter_get_by_name("abuffersink"); in init_filters() local
123 ret = avfilter_graph_create_filter(&buffersink_ctx, abuffersink, "out", in init_filters()
/third_party/ffmpeg/libavdevice/
H A Dlavfi.c127 const AVFilter *buffersink, *abuffersink; in lavfi_read_header() local
138 abuffersink = avfilter_get_by_name("abuffersink"); in lavfi_read_header()
258 type == AVMEDIA_TYPE_AUDIO && ! abuffersink) { in lavfi_read_header()
277 ret = avfilter_graph_create_filter(&sink, abuffersink, in lavfi_read_header()
/third_party/ffmpeg/libavfilter/
H A Dbuffersink.c400 AVFILTER_DEFINE_CLASS(abuffersink); variable
429 .name = "abuffersink",

Completed in 4 milliseconds