Searched refs:swr_convert (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswresample/arm/
H A Dneontest.c25 wrap(swr_convert(struct SwrContext *s, uint8_t **out, int out_count, function
28 testneonclobbers(swr_convert, s, out, out_count, in, in_count);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswresample/x86/
H A Dw64xmmtest.c25 wrap(swr_convert(struct SwrContext *s, uint8_t **out, int out_count, function
28 testxmmclobbers(swr_convert, s, out, out_count, in, in_count);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswresample/
H A Dswresample-test.c333 mid_count= swr_convert(forw_ctx, amid, 3*SAMPLES, (const uint8_t **)ain, SAMPLES);
335 mid_count= swr_convert(forw_ctx, amid, 0, (const uint8_t **)ain, SAMPLES);
336 mid_count+=swr_convert(forw_ctx, amid, 3*SAMPLES, (const uint8_t **)ain, 0);
339 mid_count= swr_convert(forw_ctx, amid, 0, (const uint8_t **)ain, 1);
342 mid_count+=swr_convert(forw_ctx, amid, 3*SAMPLES, (const uint8_t **)ain, 0);
344 mid_count+=swr_convert(forw_ctx, amid, 2, (const uint8_t **)ain, 2);
347 mid_count+=swr_convert(forw_ctx, amid, 1, (const uint8_t **)ain, SAMPLES-3);
350 mid_count+=swr_convert(forw_ctx, amid, 3*SAMPLES, (const uint8_t **)ain, 0);
353 out_count= swr_convert(backw_ctx,aout, SAMPLES, (const uint8_t **)amid, mid_count);
380 flush_count = swr_convert(backw_ct
[all...]
H A Dswresample.h80 * The conversion itself is done by repeatedly calling swr_convert().
84 * time by using swr_convert() (in_count can be set to 0).
86 * swr_convert() with NULL in and 0 in_count.
107 * out_samples = swr_convert(swr, &output, out_samples,
304 int swr_convert(struct SwrContext *s, uint8_t **out, int out_count,
H A Dswresample.c618 int swr_convert(struct SwrContext *s, uint8_t *out_arg[SWR_CH_MAX], int out_count, function
637 ret = swr_convert(s, tmp_arg, FFMIN(-s->drop_output, MAX_DROP_STEP), in_arg, in_count); //FIXME optimize but this is as good as never called so maybe it doesn't matter
729 return swr_convert(s, NULL, s->drop_output, NULL, 0);
756 ret = swr_convert(s, NULL, 0, (const uint8_t**)tmp_arg, count);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Daf_aconvert.c156 swr_convert(aconvert->swr, outsamplesref->extended_data, n,
H A Daf_aresample.c205 n_out = swr_convert(aresample->swr, outsamplesref->extended_data, n_out,
245 n_out = swr_convert(aresample->swr, outsamplesref->extended_data, n_out, 0, 0);
H A Daf_pan.c373 swr_convert(pan->swr, outsamples->extended_data, n,
H A Df_ebur128.c561 int ret = swr_convert(ebur128->swr_ctx, (uint8_t**)&ebur128->swr_buf, 19200,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/doc/examples/
H A Dresampling_audio.c180 ret = swr_convert(swr_ctx, dst_data, dst_nb_samples, (const uint8_t **)src_data, src_nb_samples);
H A Dtranscode_aac.c395 if ((error = swr_convert(resample_context,
H A Dmuxing.c303 ret = swr_convert(swr_ctx,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dopusdec.c117 ret = swr_convert(s->swr,
169 ret = swr_convert(s->swr,
236 samples = swr_convert(s->swr,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dconfigure4983 -Wl,--wrap,swr_convert \
4996 -Wl,--wrap,swr_convert \
H A Dffplay.c2357 len2 = swr_convert(is->swr_ctx, out, out_count, in, is->frame->nb_samples);
2359 av_log(NULL, AV_LOG_ERROR, "swr_convert() failed\n");

Completed in 261 milliseconds