| audio.c | 3825 KASSERTMSG(arg->srcfmt->channels == arg->dstfmt->channels, 3826 "arg->srcfmt->channels=%d, arg->dstfmt->channels=%d", 3827 arg->srcfmt->channels, arg->dstfmt->channels); 3884 dstchannels = arg->dstfmt->channels; 3921 for (ch = 0; ch < arg->dstfmt->channels; ch++) { 3948 dstchannels = arg->dstfmt->channels; 4288 audio_format2_t *dstfmt; local in function:audio_track_init_codec 4296 dstfmt = &last_dst->fmt; 4301 if (srcfmt->encoding != dstfmt->encoding 4302 || srcfmt->precision != dstfmt->precisio 4351 audio_format2_t *dstfmt; local in function:audio_track_init_chvol 4412 audio_format2_t *dstfmt; local in function:audio_track_init_chmix 4478 audio_format2_t *dstfmt; local in function:audio_track_init_freq [all...] |