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

  /src/sys/dev/audio/
audiofil.h 80 const audio_format2_t *srcfmt; member in struct:__anon2fcf15ed0208
audiofil.h 80 const audio_format2_t *srcfmt; 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);
3830 KASSERTMSG(arg->srcfmt->channels <= AUDIO_MAX_CHANNELS,
3831 "arg->srcfmt->channels=%d", arg->srcfmt->channels);
3837 channels = arg->srcfmt->channels;
3865 s += arg->srcfmt->channels;
3925 s += arg->srcfmt->channels;
3948 srcchannels = arg->srcfmt->channels
4288 audio_format2_t *srcfmt; local in function:audio_track_init_codec
4351 audio_format2_t *srcfmt; local in function:audio_track_init_chvol
4412 audio_format2_t *srcfmt; local in function:audio_track_init_chmix
4478 audio_format2_t *srcfmt; local in function:audio_track_init_freq
    [all...]
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);
3830 KASSERTMSG(arg->srcfmt->channels <= AUDIO_MAX_CHANNELS,
3831 "arg->srcfmt->channels=%d", arg->srcfmt->channels);
3837 channels = arg->srcfmt->channels;
3865 s += arg->srcfmt->channels;
3925 s += arg->srcfmt->channels;
3948 srcchannels = arg->srcfmt->channels
4288 audio_format2_t *srcfmt; local in function:audio_track_init_codec
4351 audio_format2_t *srcfmt; local in function:audio_track_init_chvol
4412 audio_format2_t *srcfmt; local in function:audio_track_init_chmix
4478 audio_format2_t *srcfmt; local in function:audio_track_init_freq
    [all...]

Completed in 26 milliseconds