Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/audio/
H A Duaudio.c2316 int expected_bytes; in uaudio_chan_record_callback() local
2337 expected_bytes = (ch->intr_frames * ch->bytes_per_frame[0]) + in uaudio_chan_record_callback()
2356 expected_bytes -= len; in uaudio_chan_record_callback()
2384 ch->jitter_curr -= (expected_bytes / sample_size); in uaudio_chan_record_callback()