Home
last modified time | relevance | path

Searched refs:byte_difference (Results 1 - 1 of 1) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
H A Dtime-smoother_2.c135 double byte_difference, iteration_time; in pa_smoother_2_put() local
181 byte_difference = (double)byte_count - s->start_pos; in pa_smoother_2_put()
184 * pa_bytes_to_usec() here because byte_difference need not in pa_smoother_2_put()
186 time_delta_card = byte_difference / s->frame_size / s->rate * PA_USEC_PER_SEC; in pa_smoother_2_put()

Completed in 1 milliseconds