Home
last modified time | relevance | path

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

/NextBSD/sys/dev/oce/
HDoce_if.h726 uint32_t rx_rate; member
/NextBSD/sys/dev/sound/usb/
HDuaudio.c2140 int64_t rx_rate; in uaudio_chan_play_callback() local
2152 rx_rate = ch_rec->usb_alt[ch_rec->cur_alt].sample_rate; in uaudio_chan_play_callback()
2153 ch->jitter_curr += tx_jitter / rx_rate; in uaudio_chan_play_callback()
2154 ch->jitter_rem = tx_jitter % rx_rate; in uaudio_chan_play_callback()