Searched refs:avresample_convert (Results 1 – 9 of 9) sorted by relevance
/third_party/ffmpeg/libavresample/arm/ |
D | neontest.c | 25 wrap(avresample_convert(AVAudioResampleContext *avr, uint8_t **output, in wrap() 29 testneonclobbers(avresample_convert, avr, output, out_plane_size, in wrap()
|
/third_party/ffmpeg/libavresample/x86/ |
D | w64xmmtest.c | 25 wrap(avresample_convert(AVAudioResampleContext *avr, uint8_t **output, in wrap() 29 testxmmclobbers(avresample_convert, avr, output, out_plane_size, in wrap()
|
/third_party/ffmpeg/libavresample/aarch64/ |
D | neontest.c | 25 wrap(avresample_convert(AVAudioResampleContext *avr, uint8_t **output, in wrap() 29 testneonclobbers(avresample_convert, avr, output, out_plane_size, in wrap()
|
/third_party/ffmpeg/libavresample/ |
D | avresample.h | 451 int avresample_convert(AVAudioResampleContext *avr, uint8_t **output,
|
D | utils.c | 330 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/ |
D | af_resample.c | 208 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/ |
D | avresample.c | 309 ret = avresample_convert(s, out_data, out_linesize, out_rate * 6, in main()
|
/third_party/ffmpeg/ |
D | configure | 6871 -Wl,--wrap,avresample_convert || 6887 -Wl,--wrap,avresample_convert \
|
/third_party/ffmpeg/doc/ |
D | APIchanges | 2019 Data planes parameters to avresample_convert() and
|