Searched refs:pa_stream_get_latency (Results 1 – 13 of 13) sorted by relevance
/third_party/pulseaudio/src/pulse/ |
D | stream.h | 730 int pa_stream_get_latency(pa_stream *s, pa_usec_t *r_usec, int *negative);
|
D | simple.c | 465 if (pa_stream_get_latency(p->stream, &t, &negative) >= 0) { in pa_simple_get_latency()
|
D | stream.c | 2506 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/ |
D | map-file | 304 pa_stream_get_latency;
|
/third_party/pulseaudio/src/tests/ |
D | interpol-test.c | 193 pa_stream_get_latency(stream, &d, NULL) >= 0) in START_TEST()
|
/third_party/ffmpeg/libavdevice/ |
D | pulse_audio_dec.c | 321 if (pa_stream_get_latency(pd->stream, &latency, &negative) >= 0) { in pulse_read_packet()
|
D | pulse_audio_enc.c | 697 pa_stream_get_latency(s->stream, &latency, &neg); in pulse_get_output_timestamp()
|
/third_party/pulseaudio/src/modules/ |
D | module-tunnel-source-new.c | 419 if (pa_stream_get_latency(u->stream, &remote_latency, &negative) < 0) { in source_process_msg_cb()
|
D | module-tunnel-sink-new.c | 424 if (pa_stream_get_latency(u->stream, &remote_latency, &negative) < 0) { in sink_process_msg_cb()
|
/third_party/pulseaudio/src/utils/ |
D | pacat.c | 639 pa_stream_get_latency(s, &l, &negative) < 0) { in stream_update_timing_callback()
|
D | padsp.c | 2133 if (pa_stream_get_latency(i->play_stream, &usec, NULL) >= 0) { in dsp_ioctl()
|
/third_party/gstreamer/gstplugins_good/ext/pulse/ |
D | pulsesrc.c | 1215 res = pa_stream_get_latency (pulsesrc->stream, &t, &negative); in gst_pulsesrc_delay()
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 77173 from pa_stream_get_latency).
|