Home
last modified time | relevance | path

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

/third_party/alsa-utils/bat/
H A Dalsabat-test.sh20 pause_time=2
63 sleep $pause_time
72 sleep $pause_time
78 sleep $pause_time
/third_party/pulseaudio/src/pulsecore/
H A Dtime-smoother.c86 pa_usec_t pause_time; member
354 x = s->pause_time; in pa_smoother_put()
397 x = s->pause_time; in pa_smoother_get()
446 s->pause_time = x; in pa_smoother_pause()
455 if (x < s->pause_time) in pa_smoother_resume()
456 x = s->pause_time; in pa_smoother_resume()
463 s->time_offset += x - s->pause_time; in pa_smoother_resume()
484 x = s->pause_time; in pa_smoother_translate()
519 s->time_offset = s->pause_time = time_offset; in pa_smoother_reset()
H A Dtime-smoother_2.c63 pa_usec_t pause_time; member
303 /* If we are paused return the sound card time at pause_time */ in pa_smoother_2_get()
305 current_time += (s->pause_time - s->start_time - s->time_offset - s->fixup_time) * s->time_factor; in pa_smoother_2_get()
307 /* If we are initializing, add the time since resume to the card time at pause_time */ in pa_smoother_2_get()
309 current_time += (s->pause_time - s->start_time - s->time_offset - s->fixup_time) * s->time_factor; in pa_smoother_2_get()
359 s->pause_time = time_stamp; in pa_smoother_2_reset()
380 s->fixup_time += s->resume_time - s->pause_time; in pa_smoother_2_pause()
386 s->pause_time = time_stamp; in pa_smoother_2_pause()
/third_party/toybox/toys/pending/
H A Dtraceroute.c59 long pause_time;
221 if (probe && (toys.optflags & FLAG_z)) msleep(TT.pause_time); in do_trace()
/third_party/toybox/generated/
H A Dglobals.h1110 long pause_time; member

Completed in 8 milliseconds