Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulse/
H A Dstream.h112 * the actual measured latency via pa_stream_get_latency() or a
220 * 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
734 int pa_stream_get_latency(pa_stream *s, pa_usec_t *r_usec, int *negative);
H A Dsimple.c465 if (pa_stream_get_latency(p->stream, &t, &negative) >= 0) { in pa_simple_get_latency()
474 * been consumed, which means that pa_stream_get_latency() will in pa_simple_get_latency()
H A Dstream.c2580 int pa_stream_get_latency(pa_stream *s, pa_usec_t *r_usec, int *negative) { in pa_stream_get_latency() function
/third_party/pulseaudio/src/tests/
H A Dinterpol-test.c193 pa_stream_get_latency(stream, &d, NULL) >= 0) in START_TEST()
/third_party/ffmpeg/libavdevice/
H A Dpulse_audio_dec.c327 if (pa_stream_get_latency(pd->stream, &latency, &negative) >= 0) { in pulse_read_packet()
333 av_log(s, AV_LOG_WARNING, "pa_stream_get_latency() failed\n"); in pulse_read_packet()
H A Dpulse_audio_enc.c700 pa_stream_get_latency(s->stream, &latency, &neg); in pulse_get_output_timestamp()
/third_party/pulseaudio/src/modules/
H A Dmodule-tunnel-sink-new.c523 if (pa_stream_get_latency(u->stream, &remote_latency, &negative) < 0) { in sink_process_msg_cb()
H A Dmodule-tunnel-source-new.c493 if (pa_stream_get_latency(u->stream, &remote_latency, &negative) < 0) { in source_process_msg_cb()
/third_party/pulseaudio/src/utils/
H A Dpacat.c639 pa_stream_get_latency(s, &l, &negative) < 0) { in stream_update_timing_callback()
H A Dpadsp.c2133 if (pa_stream_get_latency(i->play_stream, &usec, NULL) >= 0) { in dsp_ioctl()
2139 debug(DEBUG_LEVEL_NORMAL, __FILE__": pa_stream_get_latency(): %s\n", pa_strerror(pa_context_errno(i->context))); in dsp_ioctl()
2356 debug(DEBUG_LEVEL_NORMAL, __FILE__": pa_stream_get_latency(): %s\n", pa_strerror(pa_context_errno(i->context))); in dsp_ioctl()

Completed in 15 milliseconds