Searched refs:swr_alloc_set_opts (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswresample/
H A Dswresample.h38 * allocated with swr_alloc() or swr_alloc_set_opts(). It is opaque, so all parameters
42 * SwrContext. This can be done with swr_alloc() or swr_alloc_set_opts(). If you
61 * The same job can be done using swr_alloc_set_opts() as well:
63 * SwrContext *swr = swr_alloc_set_opts(NULL, // we're allocating a new context
77 * swr_alloc_set_opts(), but with the first argument the allocated context.
205 * with swr_alloc_set_opts()) before calling swr_init().
207 * @see swr_alloc_set_opts(), swr_init(), swr_free()
233 * other hand, swr_alloc() can use swr_alloc_set_opts() to set the parameters
249 struct SwrContext *swr_alloc_set_opts(struct SwrContext *s,
H A Dswresample-test.c301 forw_ctx = swr_alloc_set_opts(forw_ctx, out_ch_layout, out_sample_fmt, out_sample_rate,
304 backw_ctx = swr_alloc_set_opts(backw_ctx, in_ch_layout, in_sample_fmt, in_sample_rate,
H A Dswresample.c55 struct SwrContext *swr_alloc_set_opts(struct SwrContext *s, function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Daf_aconvert.c124 aconvert->swr = swr_alloc_set_opts(aconvert->swr,
H A Daf_aresample.c137 aresample->swr = swr_alloc_set_opts(aresample->swr,
H A Daf_pan.c283 pan->swr = swr_alloc_set_opts(pan->swr,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/doc/examples/
H A Dtranscode_aac.c245 *resample_context = swr_alloc_set_opts(NULL,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffplay.c2320 is->swr_ctx = swr_alloc_set_opts(NULL,

Completed in 83 milliseconds