Searched refs:ff_audio_convert_alloc (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavresample/ |
D | audio_convert.h | 64 AudioConvert *ff_audio_convert_alloc(AVAudioResampleContext *avr,
|
D | dither.c | 397 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()
|
D | utils.c | 211 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()
|
D | audio_convert.c | 260 AudioConvert *ff_audio_convert_alloc(AVAudioResampleContext *avr, in ff_audio_convert_alloc() function
|