Home
last modified time | relevance | path

Searched refs:ff_audio_convert_alloc (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavresample/
Daudio_convert.h64 AudioConvert *ff_audio_convert_alloc(AVAudioResampleContext *avr,
Ddither.c397 c->ac_out = ff_audio_convert_alloc(avr, out_fmt, AV_SAMPLE_FMT_S16P, in ff_dither_alloc()
410 c->ac_in = ff_audio_convert_alloc(avr, AV_SAMPLE_FMT_FLTP, in_fmt, in ff_dither_alloc()
Dutils.c211 avr->ac_in = ff_audio_convert_alloc(avr, avr->internal_sample_fmt, in avresample_open()
226 avr->ac_out = ff_audio_convert_alloc(avr, avr->out_sample_fmt, src_fmt, in avresample_open()
Daudio_convert.c260 AudioConvert *ff_audio_convert_alloc(AVAudioResampleContext *avr, in ff_audio_convert_alloc() function