Home | Sort by: relevance | last modified time | path |
/src/sys/dev/audio/ | |
audiofil.h | 85 const audio_format2_t *dstfmt; member in struct:__anon2fcf15ed0208 |
audio.c | 3826 KASSERTMSG(arg->srcfmt->channels == arg->dstfmt->channels, 3827 "arg->srcfmt->channels=%d, arg->dstfmt->channels=%d", 3828 arg->srcfmt->channels, arg->dstfmt->channels); 3885 dstchannels = arg->dstfmt->channels; 3922 for (ch = 0; ch < arg->dstfmt->channels; ch++) { 3949 dstchannels = arg->dstfmt->channels; 4289 audio_format2_t *dstfmt; local in function:audio_track_init_codec 4297 dstfmt = &last_dst->fmt; 4302 if (srcfmt->encoding != dstfmt->encoding 4303 || srcfmt->precision != dstfmt->precisio 4352 audio_format2_t *dstfmt; local in function:audio_track_init_chvol 4413 audio_format2_t *dstfmt; local in function:audio_track_init_chmix 4479 audio_format2_t *dstfmt; local in function:audio_track_init_freq [all...] |