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

  /src/sys/dev/audio/
audiofil.h 80 const audio_format2_t *srcfmt; member in struct:__anon2fcf15ed0208
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);
3829 KASSERTMSG(arg->srcfmt->channels <= AUDIO_MAX_CHANNELS,
3830 "arg->srcfmt->channels=%d", arg->srcfmt->channels);
3836 channels = arg->srcfmt->channels;
3864 s += arg->srcfmt->channels;
3924 s += arg->srcfmt->channels;
3947 srcchannels = arg->srcfmt->channels
4287 audio_format2_t *srcfmt; local in function:audio_track_init_codec
4350 audio_format2_t *srcfmt; local in function:audio_track_init_chvol
4411 audio_format2_t *srcfmt; local in function:audio_track_init_chmix
4477 audio_format2_t *srcfmt; local in function:audio_track_init_freq
    [all...]

Completed in 16 milliseconds