Home
last modified time | relevance | path

Searched refs:ff_audio_mix_alloc (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavresample/
Daudio_mix.h68 AudioMix *ff_audio_mix_alloc(AVAudioResampleContext *avr);
Dutils.c243 avr->am = ff_audio_mix_alloc(avr); in avresample_open()
Daudio_mix.c341 AudioMix *ff_audio_mix_alloc(AVAudioResampleContext *avr) in ff_audio_mix_alloc() function