Searched refs:pa_smoother_2_put (Results 1 – 11 of 11) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
D | time-smoother_2.h | 37 void pa_smoother_2_put(pa_smoother_2 *s, pa_usec_t time_stamp, int64_t byte_count);
|
D | time-smoother_2.c | 134 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/ |
D | module-esound-sink.c | 339 pa_smoother_2_put(u->smoother, pa_rtclock_now(), bytes); in thread_func()
|
D | module-combine-sink.c | 418 pa_smoother_2_put(u->thread_info.smoother, now, in process_render_null() 1075 …pa_smoother_2_put(u->thread_info.smoother, u->thread_info.snapshot_time, (int64_t)u->thread_info.s… in sink_process_msg()
|
D | module-tunnel.c | 651 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()
|
D | module-solaris.c | 177 pa_smoother_2_put(u->smoother, pa_rtclock_now(), played_bytes); in get_playback_buffered_bytes()
|
/third_party/pulseaudio/src/modules/raop/ |
D | raop-sink.c | 624 pa_smoother_2_put(u->smoother, now, position); in thread_func()
|
/third_party/pulseaudio/src/modules/alsa/ |
D | alsa-source.c | 934 pa_smoother_2_put(u->smoother, now1, position); in update_smoother()
|
D | alsa-sink.c | 1007 pa_smoother_2_put(u->smoother, now1, position); in update_smoother()
|
/third_party/pulseaudio/src/modules/bluetooth/ |
D | module-bluez5-device.c | 544 pa_smoother_2_put(u->read_smoother, tstamp, u->read_index); in bt_process_push()
|
/third_party/pulseaudio/src/pulse/ |
D | stream.c | 1992 pa_smoother_2_put(o->stream->smoother, u, calc_bytes(o->stream, true)); in stream_get_timing_info_callback()
|