Home
last modified time | relevance | path

Searched refs:avresample_convert (Results 1 - 7 of 7) sorted by relevance

/third_party/ffmpeg/libavresample/arm/
H A Dneontest.c25 wrap(avresample_convert(AVAudioResampleContext *avr, uint8_t **output, in avresample_convert() function
29 testneonclobbers(avresample_convert, avr, output, out_plane_size, in avresample_convert()
/third_party/ffmpeg/libavresample/x86/
H A Dw64xmmtest.c25 wrap(avresample_convert(AVAudioResampleContext *avr, uint8_t **output, in avresample_convert() function
29 testxmmclobbers(avresample_convert, avr, output, out_plane_size, in avresample_convert()
/third_party/ffmpeg/libavresample/aarch64/
H A Dneontest.c25 wrap(avresample_convert(AVAudioResampleContext *avr, uint8_t **output, in avresample_convert() function
29 testneonclobbers(avresample_convert, avr, output, out_plane_size, in avresample_convert()
/third_party/ffmpeg/libavresample/
H A Davresample.h60 * The conversion itself is done by repeatedly calling avresample_convert().
68 * flushed by calling avresample_convert() with NULL input.
83 * out_samples = avresample_convert(avr, &output, out_linesize, out_samples,
239 * @see avresample_convert()
320 * avresample_convert() always uses the current matrix.
421 * samples. To get this data as output, call avresample_convert() with NULL
426 * samples. To get this data as output, either call avresample_convert() with
451 int avresample_convert(AVAudioResampleContext *avr, uint8_t **output,
467 * @see avresample_convert()
485 * avresample_convert()
[all...]
H A Dutils.c330 int attribute_align_arg avresample_convert(AVAudioResampleContext *avr, in avresample_convert() function
570 ret = avresample_convert(avr, out_data, out_linesize, in convert_frame()
/third_party/ffmpeg/libavfilter/
H A Daf_resample.c208 ret = avresample_convert(s->avr, frame->extended_data, in request_frame()
244 ret = avresample_convert(s->avr, out->extended_data, out->linesize[0], in filter_frame()
/third_party/ffmpeg/libavresample/tests/
H A Davresample.c309 ret = avresample_convert(s, out_data, out_linesize, out_rate * 6, in main()

Completed in 4 milliseconds