Searched refs:pa_smoother_put (Results 1 – 12 of 12) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
D | time-smoother.h | 40 void pa_smoother_put(pa_smoother *s, pa_usec_t x, pa_usec_t y);
|
D | time-smoother.c | 345 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/ |
D | smoother-test.c | 72 …pa_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/ |
D | module-esound-sink.c | 310 pa_smoother_put(u->smoother, pa_rtclock_now(), usec); in thread_func()
|
D | module-combine-sink.c | 311 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()
|
D | module-tunnel.c | 545 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()
|
D | module-solaris.c | 167 …pa_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/ |
D | raop-sink.c | 594 pa_smoother_put(u->smoother, now, estimated); in thread_func()
|
/third_party/pulseaudio/src/modules/bluetooth/ |
D | module-bluez5-device.c | 404 …pa_smoother_put(u->read_smoother, tstamp, pa_bytes_to_usec(u->read_index, &u->decoder_sample_spec)… in sco_process_push() 627 …pa_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/ |
D | alsa-source.c | 911 pa_smoother_put(u->smoother, now1, now2); in update_smoother()
|
D | alsa-sink.c | 993 pa_smoother_put(u->smoother, now1, now2); in update_smoother()
|
/third_party/pulseaudio/src/pulse/ |
D | stream.c | 1958 pa_smoother_put(o->stream->smoother, u, calc_time(o->stream, true)); in stream_get_timing_info_callback()
|