Searched refs:pa_stream_get_latency (Results 1 - 10 of 10) sorted by relevance
/third_party/pulseaudio/src/pulse/ |
H A D | stream.h | 112 * 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 D | simple.c | 465 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 D | stream.c | 2580 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 D | interpol-test.c | 193 pa_stream_get_latency(stream, &d, NULL) >= 0) in START_TEST()
|
/third_party/ffmpeg/libavdevice/ |
H A D | pulse_audio_dec.c | 327 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 D | pulse_audio_enc.c | 700 pa_stream_get_latency(s->stream, &latency, &neg); in pulse_get_output_timestamp()
|
/third_party/pulseaudio/src/modules/ |
H A D | module-tunnel-sink-new.c | 523 if (pa_stream_get_latency(u->stream, &remote_latency, &negative) < 0) { in sink_process_msg_cb()
|
H A D | module-tunnel-source-new.c | 493 if (pa_stream_get_latency(u->stream, &remote_latency, &negative) < 0) { in source_process_msg_cb()
|
/third_party/pulseaudio/src/utils/ |
H A D | pacat.c | 639 pa_stream_get_latency(s, &l, &negative) < 0) { in stream_update_timing_callback()
|
H A D | padsp.c | 2133 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