HomeSort by: relevance | last modified time | path
    Searched defs:dstfmt (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/audio/
audiofil.h 85 const audio_format2_t *dstfmt; member in struct:__anon2515
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
4296 dstfmt = &last_dst->fmt;
4301 if (srcfmt->encoding != dstfmt->encoding
4302 || srcfmt->precision != dstfmt->precisio
4351 audio_format2_t *dstfmt; local
4412 audio_format2_t *dstfmt; local
4478 audio_format2_t *dstfmt; local
    [all...]

Completed in 19 milliseconds