Home
last modified time | relevance | path

Searched refs:pa_stream_get_latency (Results 1 – 13 of 13) sorted by relevance

/third_party/pulseaudio/src/pulse/
Dstream.h730 int pa_stream_get_latency(pa_stream *s, pa_usec_t *r_usec, int *negative);
Dsimple.c465 if (pa_stream_get_latency(p->stream, &t, &negative) >= 0) { in pa_simple_get_latency()
Dstream.c2506 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/
Dmap-file304 pa_stream_get_latency;
/third_party/pulseaudio/src/tests/
Dinterpol-test.c193 pa_stream_get_latency(stream, &d, NULL) >= 0) in START_TEST()
/third_party/ffmpeg/libavdevice/
Dpulse_audio_dec.c321 if (pa_stream_get_latency(pd->stream, &latency, &negative) >= 0) { in pulse_read_packet()
Dpulse_audio_enc.c697 pa_stream_get_latency(s->stream, &latency, &neg); in pulse_get_output_timestamp()
/third_party/pulseaudio/src/modules/
Dmodule-tunnel-source-new.c419 if (pa_stream_get_latency(u->stream, &remote_latency, &negative) < 0) { in source_process_msg_cb()
Dmodule-tunnel-sink-new.c424 if (pa_stream_get_latency(u->stream, &remote_latency, &negative) < 0) { in sink_process_msg_cb()
/third_party/pulseaudio/src/utils/
Dpacat.c639 pa_stream_get_latency(s, &l, &negative) < 0) { in stream_update_timing_callback()
Dpadsp.c2133 if (pa_stream_get_latency(i->play_stream, &usec, NULL) >= 0) { in dsp_ioctl()
/third_party/gstreamer/gstplugins_good/ext/pulse/
Dpulsesrc.c1215 res = pa_stream_get_latency (pulsesrc->stream, &t, &negative); in gst_pulsesrc_delay()
/third_party/gstreamer/gstplugins_good/
DChangeLog77173 from pa_stream_get_latency).