Home
last modified time | relevance | path

Searched defs:AudioMix (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavresample/
Daudio_mix.c33 struct AudioMix { struct
34 AVAudioResampleContext *avr;
35 enum AVSampleFormat fmt;
36 enum AVMixCoeffType coeff_type;
37 uint64_t in_layout;
61 void ff_audio_mix_set_func(AudioMix *am, enum AVSampleFormat fmt, in ff_audio_mix_set_func() argument
Dinternal.h32 typedef struct AudioMix AudioMix; typedef