Home
last modified time | relevance | path

Searched refs:pa_smoother_2_put (Results 1 – 11 of 11) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
Dtime-smoother_2.h37 void pa_smoother_2_put(pa_smoother_2 *s, pa_usec_t time_stamp, int64_t byte_count);
Dtime-smoother_2.c134 void pa_smoother_2_put(pa_smoother_2 *s, pa_usec_t time_stamp, int64_t byte_count) { in pa_smoother_2_put() function
/third_party/pulseaudio/src/modules/
Dmodule-esound-sink.c339 pa_smoother_2_put(u->smoother, pa_rtclock_now(), bytes); in thread_func()
Dmodule-combine-sink.c418 pa_smoother_2_put(u->thread_info.smoother, now, in process_render_null()
1075pa_smoother_2_put(u->thread_info.smoother, u->thread_info.snapshot_time, (int64_t)u->thread_info.s… in sink_process_msg()
Dmodule-tunnel.c651 pa_smoother_2_put(u->smoother, u->snapshot_time, bytes); in sink_process_msg()
797 pa_smoother_2_put(u->smoother, u->snapshot_time, bytes); in source_process_msg()
Dmodule-solaris.c177 pa_smoother_2_put(u->smoother, pa_rtclock_now(), played_bytes); in get_playback_buffered_bytes()
/third_party/pulseaudio/src/modules/raop/
Draop-sink.c624 pa_smoother_2_put(u->smoother, now, position); in thread_func()
/third_party/pulseaudio/src/modules/alsa/
Dalsa-source.c934 pa_smoother_2_put(u->smoother, now1, position); in update_smoother()
Dalsa-sink.c1007 pa_smoother_2_put(u->smoother, now1, position); in update_smoother()
/third_party/pulseaudio/src/modules/bluetooth/
Dmodule-bluez5-device.c544 pa_smoother_2_put(u->read_smoother, tstamp, u->read_index); in bt_process_push()
/third_party/pulseaudio/src/pulse/
Dstream.c1992 pa_smoother_2_put(o->stream->smoother, u, calc_bytes(o->stream, true)); in stream_get_timing_info_callback()