Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulse/
H A Dstream.h220 * you can call pa_stream_get_time() or pa_stream_get_latency(). The
234 * pa_stream_get_time() and pa_stream_get_latency() will try to
586 * or pa_stream_get_time() or pa_stream_get_latency() to get cleaned
718 int pa_stream_get_time(pa_stream *s, pa_usec_t *r_usec);
721 * pa_stream_get_time(). The returned time is in the sound card clock
733 * pa_stream_get_time(). */
H A Dstream.c820 if (pa_stream_get_time(s, &stream_time) == 0) in pa_command_stream_event()
2525 int pa_stream_get_time(pa_stream *s, pa_usec_t *r_usec) { in pa_stream_get_time() function
2596 if ((r = pa_stream_get_time(s, &t)) < 0) in pa_stream_get_latency()
/third_party/pulseaudio/src/tests/
H A Dinterpol-test.c192 if (pa_stream_get_time(stream, &t) >= 0 && in START_TEST()
/third_party/pulseaudio/src/utils/
H A Dpacat.c638 pa_stream_get_time(s, &usec) < 0 || in stream_update_timing_callback()
H A Dpadsp.c2343 if (pa_stream_get_time(i->play_stream, &usec) >= 0) { in dsp_ioctl()

Completed in 11 milliseconds