Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
H A Dtime-smoother_2.c320 pa_usec_t pa_smoother_2_translate(pa_smoother_2 *s, pa_usec_t time_difference) { in pa_smoother_2_translate() argument
326 return time_difference; in pa_smoother_2_translate()
328 return (pa_usec_t)(time_difference / s->time_factor); in pa_smoother_2_translate()
H A Dtime-smoother_2.h44 pa_usec_t pa_smoother_2_translate(pa_smoother_2 *s, pa_usec_t time_difference);
/third_party/node/deps/v8/src/objects/
H A Djs-temporal-objects.cc4121 DurationRecord time_difference = DifferenceTime( in DifferenceISODateTime() local
4124 result.hours = time_difference.hours; in DifferenceISODateTime()
4125 result.minutes = time_difference.minutes; in DifferenceISODateTime()
4126 result.seconds = time_difference.seconds; in DifferenceISODateTime()
4127 result.milliseconds = time_difference.milliseconds; in DifferenceISODateTime()
4128 result.microseconds = time_difference.microseconds; in DifferenceISODateTime()
4129 result.nanoseconds = time_difference.nanoseconds; in DifferenceISODateTime()
4135 int32_t time_sign = DurationSign(isolate, time_difference); in DifferenceISODateTime()
4142 int32_t balanced_day = d1 + static_cast<int32_t>(time_difference.days); in DifferenceISODateTime()
4157 result.hours = time_difference in DifferenceISODateTime()
[all...]
/third_party/pulseaudio/src/modules/
H A Dmodule-combine-sink.c283 int64_t time_difference; in adjust_rates() local
292 time_difference = (int64_t)now - (int64_t)o->latency_snapshot.timestamp; in adjust_rates()
298 - time_difference; in adjust_rates()

Completed in 13 milliseconds