Home
last modified time | relevance | path

Searched refs:AVAudioResampleContext (Results 1 - 17 of 17) sorted by relevance

/third_party/ffmpeg/libavresample/
H A Davresample.h37 * Interaction with lavr is done through AVAudioResampleContext, which is
46 * AVAudioResampleContext *avr = avresample_alloc_context();
106 typedef struct AVAudioResampleContext AVAudioResampleContext; typedef
173 * Get the AVClass for AVAudioResampleContext.
180 * @return AVClass for AVAudioResampleContext
189 * Allocate AVAudioResampleContext and set options.
194 AVAudioResampleContext *avresample_alloc_context(void);
200 * Initialize AVAudioResampleContext.
214 int avresample_open(AVAudioResampleContext *av
[all...]
H A Dutils.c36 int avresample_open(AVAudioResampleContext *avr) in avresample_open()
257 int avresample_is_open(AVAudioResampleContext *avr) in avresample_is_open()
262 void avresample_close(AVAudioResampleContext *avr) in avresample_close()
278 void avresample_free(AVAudioResampleContext **avr) in avresample_free()
287 static int handle_buffered_output(AVAudioResampleContext *avr, in handle_buffered_output()
330 int attribute_align_arg avresample_convert(AVAudioResampleContext *avr, in avresample_convert()
505 int avresample_config(AVAudioResampleContext *avr, AVFrame *out, AVFrame *in) in avresample_config()
526 static int config_changed(AVAudioResampleContext *avr, in config_changed()
550 static inline int convert_frame(AVAudioResampleContext *avr, in convert_frame()
603 int avresample_convert_frame(AVAudioResampleContext *av
[all...]
H A Dresample.h29 AVAudioResampleContext *avr;
60 * The parameters in the AVAudioResampleContext are used to initialize the
63 * @param avr AVAudioResampleContext
66 ResampleContext *ff_audio_resample_init(AVAudioResampleContext *avr);
H A Doptions.c32 * Options definition for AVAudioResampleContext.
35 #define OFFSET(x) offsetof(AVAudioResampleContext, x)
90 .class_name = "AVAudioResampleContext",
96 AVAudioResampleContext *avresample_alloc_context(void) in avresample_alloc_context()
98 AVAudioResampleContext *avr; in avresample_alloc_context()
H A Daudio_convert.h56 * @param avr AVAudioResampleContext
64 AudioConvert *ff_audio_convert_alloc(AVAudioResampleContext *avr,
H A Ddither.h60 * The parameters in the AVAudioResampleContext are used to initialize the
63 * @param avr AVAudioResampleContext
66 DitherContext *ff_dither_alloc(AVAudioResampleContext *avr,
H A Daudio_mix.h62 * The parameters in the AVAudioResampleContext are used to initialize the
65 * @param avr AVAudioResampleContext
68 AudioMix *ff_audio_mix_alloc(AVAudioResampleContext *avr);
H A Dinternal.h53 struct AVAudioResampleContext { struct
H A Dresample.c120 ResampleContext *ff_audio_resample_init(AVAudioResampleContext *avr) in ff_audio_resample_init()
233 int avresample_set_compensation(AVAudioResampleContext *avr, int sample_delta, in avresample_set_compensation()
438 int avresample_get_delay(AVAudioResampleContext *avr) in avresample_get_delay()
H A Daudio_convert.c49 AVAudioResampleContext *avr;
260 AudioConvert *ff_audio_convert_alloc(AVAudioResampleContext *avr, in ff_audio_convert_alloc()
H A Daudio_mix.c34 AVAudioResampleContext *avr;
341 AudioMix *ff_audio_mix_alloc(AVAudioResampleContext *avr) in ff_audio_mix_alloc()
H A Ddither.c345 DitherContext *ff_dither_alloc(AVAudioResampleContext *avr, in ff_dither_alloc()
/third_party/ffmpeg/libavresample/arm/
H A Dneontest.c25 wrap(avresample_convert(AVAudioResampleContext *avr, uint8_t **output, in avresample_convert()
/third_party/ffmpeg/libavresample/x86/
H A Dw64xmmtest.c25 wrap(avresample_convert(AVAudioResampleContext *avr, uint8_t **output, in avresample_convert()
/third_party/ffmpeg/libavresample/aarch64/
H A Dneontest.c25 wrap(avresample_convert(AVAudioResampleContext *avr, uint8_t **output, in avresample_convert()
/third_party/ffmpeg/libavresample/tests/
H A Davresample.c191 AVAudioResampleContext *s; in main()
252 av_log(NULL, AV_LOG_ERROR, "Error allocating AVAudioResampleContext\n"); in main()
/third_party/ffmpeg/libavfilter/
H A Daf_resample.c40 AVAudioResampleContext *avr;

Completed in 15 milliseconds