Searched refs:AVAudioResampleContext (Results 1 - 17 of 17) sorted by relevance
/third_party/ffmpeg/libavresample/ |
H A D | avresample.h | 37 * 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 D | utils.c | 36 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 D | resample.h | 29 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 D | options.c | 32 * 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 D | audio_convert.h | 56 * @param avr AVAudioResampleContext 64 AudioConvert *ff_audio_convert_alloc(AVAudioResampleContext *avr,
|
H A D | dither.h | 60 * The parameters in the AVAudioResampleContext are used to initialize the 63 * @param avr AVAudioResampleContext 66 DitherContext *ff_dither_alloc(AVAudioResampleContext *avr,
|
H A D | audio_mix.h | 62 * The parameters in the AVAudioResampleContext are used to initialize the 65 * @param avr AVAudioResampleContext 68 AudioMix *ff_audio_mix_alloc(AVAudioResampleContext *avr);
|
H A D | internal.h | 53 struct AVAudioResampleContext { struct
|
H A D | resample.c | 120 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 D | audio_convert.c | 49 AVAudioResampleContext *avr; 260 AudioConvert *ff_audio_convert_alloc(AVAudioResampleContext *avr, in ff_audio_convert_alloc()
|
H A D | audio_mix.c | 34 AVAudioResampleContext *avr; 341 AudioMix *ff_audio_mix_alloc(AVAudioResampleContext *avr) in ff_audio_mix_alloc()
|
H A D | dither.c | 345 DitherContext *ff_dither_alloc(AVAudioResampleContext *avr, in ff_dither_alloc()
|
/third_party/ffmpeg/libavresample/arm/ |
H A D | neontest.c | 25 wrap(avresample_convert(AVAudioResampleContext *avr, uint8_t **output, in avresample_convert()
|
/third_party/ffmpeg/libavresample/x86/ |
H A D | w64xmmtest.c | 25 wrap(avresample_convert(AVAudioResampleContext *avr, uint8_t **output, in avresample_convert()
|
/third_party/ffmpeg/libavresample/aarch64/ |
H A D | neontest.c | 25 wrap(avresample_convert(AVAudioResampleContext *avr, uint8_t **output, in avresample_convert()
|
/third_party/ffmpeg/libavresample/tests/ |
H A D | avresample.c | 191 AVAudioResampleContext *s; in main() 252 av_log(NULL, AV_LOG_ERROR, "Error allocating AVAudioResampleContext\n"); in main()
|
/third_party/ffmpeg/libavfilter/ |
H A D | af_resample.c | 40 AVAudioResampleContext *avr;
|
Completed in 15 milliseconds