Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
Dtime-smoother.h40 void pa_smoother_put(pa_smoother *s, pa_usec_t x, pa_usec_t y);
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/
Dsmoother-test.c72pa_smoother_put(s, (pa_usec_t) msec[u] * PA_USEC_PER_MSEC, (pa_usec_t) msec[u+1] * PA_USEC_PER_MSE… in START_TEST()
/third_party/pulseaudio/src/modules/
Dmodule-esound-sink.c310 pa_smoother_put(u->smoother, pa_rtclock_now(), usec); in thread_func()
Dmodule-combine-sink.c311 pa_smoother_put(u->thread_info.smoother, now, in process_render_null()
928 pa_smoother_put(u->thread_info.smoother, x, y); in sink_process_msg()
Dmodule-tunnel.c545 pa_smoother_put(u->smoother, pa_rtclock_now(), y); in sink_process_msg()
660 pa_smoother_put(u->smoother, pa_rtclock_now(), y); in source_process_msg()
Dmodule-solaris.c167pa_smoother_put(u->smoother, pa_rtclock_now(), pa_bytes_to_usec(played_bytes, &u->sink->sample_spe… in get_playback_buffered_bytes()
/third_party/pulseaudio/src/modules/raop/
Draop-sink.c594 pa_smoother_put(u->smoother, now, estimated); in thread_func()
/third_party/pulseaudio/src/modules/bluetooth/
Dmodule-bluez5-device.c404pa_smoother_put(u->read_smoother, tstamp, pa_bytes_to_usec(u->read_index, &u->decoder_sample_spec)… in sco_process_push()
627pa_smoother_put(u->read_smoother, tstamp, pa_bytes_to_usec(u->read_index, &u->decoder_sample_spec)… in a2dp_process_push()
/third_party/pulseaudio/src/modules/alsa/
Dalsa-source.c911 pa_smoother_put(u->smoother, now1, now2); in update_smoother()
Dalsa-sink.c993 pa_smoother_put(u->smoother, now1, now2); in update_smoother()
/third_party/pulseaudio/src/pulse/
Dstream.c1958 pa_smoother_put(o->stream->smoother, u, calc_time(o->stream, true)); in stream_get_timing_info_callback()