Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
H A Dtime-smoother.c476 pa_usec_t pa_smoother_translate(pa_smoother *s, pa_usec_t x, pa_usec_t y_delay) { in pa_smoother_translate() argument
496 pa_log_debug("translate(%llu) = %llu (%0.2f)", (unsigned long long) y_delay, (unsigned long long) ((double) y_delay / nde), nde); in pa_smoother_translate()
499 return (pa_usec_t) llrint((double) y_delay / nde); in pa_smoother_translate()
H A Dtime-smoother.h45 /* Translates a time span from the remote time domain to the local one. x = local/system time when to estimate, y_delay = remote time span */
46 pa_usec_t pa_smoother_translate(pa_smoother *s, pa_usec_t x, pa_usec_t y_delay);

Completed in 2 milliseconds