Home
last modified time | relevance | path

Searched refs:samples_per_frame (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/sys/dev/usb/
Duaudio.c4042 int samples_per_frame, sample_size; in uaudio_chan_init() local
4053 samples_per_frame = maxpktsize / sample_size; in uaudio_chan_init()
4055 samples_per_frame = param->sample_rate / sc->sc_usb_frames_per_second in uaudio_chan_init()
4059 samples_per_frame = param->sample_rate / sc->sc_usb_frames_per_second; in uaudio_chan_init()
4065 ch->bytes_per_frame = samples_per_frame * sample_size; in uaudio_chan_init()
4068 samples_per_frame = maxpktsize / sample_size; in uaudio_chan_init()
4069 ch->bytes_per_frame = samples_per_frame * sample_size; in uaudio_chan_init()