Lines Matching defs:fmt
35 enum AVSampleFormat fmt;
61 void ff_audio_mix_set_func(AudioMix *am, enum AVSampleFormat fmt,
66 if (fmt == am->fmt && coeff_type == am->coeff_type &&
93 av_log(am->avr, AV_LOG_DEBUG, "audio_mix: found function: [fmt=%s] "
94 "[c=%s] %s(%s)\n", av_get_sample_fmt_name(fmt),
99 #define MIX_FUNC_NAME(fmt, cfmt) mix_any_ ## fmt ##_## cfmt ##_c
101 #define MIX_FUNC_GENERIC(fmt, cfmt, stype, ctype, sumtype, expr) \
102 static void MIX_FUNC_NAME(fmt, cfmt)(stype **samples, ctype **matrix, \
332 av_log(am->avr, AV_LOG_ERROR, "audio_mix: NO FUNCTION FOUND: [fmt=%s] "
333 "[c=%s] [%d to %d]\n", av_get_sample_fmt_name(am->fmt),
359 am->fmt = avr->internal_sample_fmt;
475 av_samples_set_silence(&src->data[i], 0, len, 1, am->fmt);