Searched refs:pa_smoother_put (Results 1 - 12 of 12) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
H A D | time-smoother.h | 40 void pa_smoother_put(pa_smoother *s, pa_usec_t x, pa_usec_t y);
|
H A 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/ |
H A 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_MSEC); in START_TEST()
|
/third_party/pulseaudio/src/modules/ |
H A D | module-esound-sink.c | 348 pa_smoother_put(u->smoother, pa_rtclock_now(), usec); in thread_func()
|
H A D | module-combine-sink.c | 421 pa_smoother_put(u->thread_info.smoother, now, in process_render_null() 1090 pa_smoother_put(u->thread_info.smoother, x, y);
|
H A D | module-tunnel.c | 664 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 D | module-solaris.c | 179 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 D | raop-sink.c | 627 pa_smoother_put(u->smoother, now, estimated); in thread_func()
|
/third_party/pulseaudio/src/modules/bluetooth/ |
H A D | module-bluez5-device.c | 546 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 D | alsa-sink.c | 1019 pa_smoother_put(u->smoother, now1, now2); in update_smoother()
|
H A D | alsa-source.c | 943 pa_smoother_put(u->smoother, now1, now2); in update_smoother()
|
/third_party/pulseaudio/src/pulse/ |
H A D | stream.c | 2008 pa_smoother_put(o->stream->smoother, u, calc_time(o->stream, true)); in stream_get_timing_info_callback()
|
Completed in 23 milliseconds