Searched refs:abuffer (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Dtranscode.c64 int16_t *abuffer; member in struct:transcode_ctx
170 ctx->abuffer, &buflen,
174 ctx->abuffer, &buflen,
194 buflen = audio_resample(ctx->resample_ctx, ctx->re_abuffer, ctx->abuffer, buflen / ctx->input_size);
206 buf = ctx->abuffer;
421 ctx->abuffer = (int16_t *)av_malloc(XCODE_BUFFER_SIZE);
422 if (!ctx->abuffer)
496 av_free(ctx->abuffer);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/doc/examples/
H A Dfilter_audio.c31 * (input) -> abuffer -> volume -> aformat -> abuffersink -> (output)
33 * abuffer: This provides the endpoint where you can feed the decoded samples.
66 AVFilter *abuffer; local
87 /* Create the abuffer filter;
89 abuffer = avfilter_get_by_name("abuffer");
90 if (!abuffer) {
91 fprintf(stderr, "Could not find the abuffer filter.\n");
95 abuffer_ctx = avfilter_graph_alloc_filter(filter_graph, abuffer, "src");
97 fprintf(stderr, "Could not allocate the abuffer instanc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dbuffersrc.c368 AVFILTER_DEFINE_CLASS(abuffer); variable
548 .name = "abuffer",

Completed in 58 milliseconds