Home
last modified time | relevance | path

Searched refs:pa_smoother_put (Results 1 - 12 of 12) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
H A Dtime-smoother.h40 void pa_smoother_put(pa_smoother *s, pa_usec_t x, pa_usec_t y);
H A Dtime-smoother.c345 void pa_smoother_put(pa_smoother *s, pa_usec_t x, pa_usec_t y) { in pa_smoother_put() function
/third_party/pulseaudio/src/tests/
H A Dsmoother-test.c72 pa_smoother_put(s, (pa_usec_t) msec[u] * PA_USEC_PER_MSEC, (pa_usec_t) msec[u+1] * PA_USEC_PER_MSEC); in START_TEST()
/third_party/pulseaudio/src/modules/
H A Dmodule-esound-sink.c348 pa_smoother_put(u->smoother, pa_rtclock_now(), usec); in thread_func()
H A Dmodule-combine-sink.c421 pa_smoother_put(u->thread_info.smoother, now, in process_render_null()
1090 pa_smoother_put(u->thread_info.smoother, x, y);
H A Dmodule-tunnel.c664 pa_smoother_put(u->smoother, u->snapshot_time, y); in sink_process_msg()
806 pa_smoother_put(u->smoother, u->snapshot_time, y); in source_process_msg()
H A Dmodule-solaris.c179 pa_smoother_put(u->smoother, pa_rtclock_now(), pa_bytes_to_usec(played_bytes, &u->sink->sample_spec)); in get_playback_buffered_bytes()
/third_party/pulseaudio/src/modules/raop/
H A Draop-sink.c627 pa_smoother_put(u->smoother, now, estimated); in thread_func()
/third_party/pulseaudio/src/modules/bluetooth/
H A Dmodule-bluez5-device.c546 pa_smoother_put(u->read_smoother, tstamp, pa_bytes_to_usec(u->read_index, &u->decoder_sample_spec)); in bt_process_push()
/third_party/pulseaudio/src/modules/alsa/
H A Dalsa-sink.c1019 pa_smoother_put(u->smoother, now1, now2); in update_smoother()
H A Dalsa-source.c943 pa_smoother_put(u->smoother, now1, now2); in update_smoother()
/third_party/pulseaudio/src/pulse/
H A Dstream.c2008 pa_smoother_put(o->stream->smoother, u, calc_time(o->stream, true)); in stream_get_timing_info_callback()

Completed in 23 milliseconds