Searched refs:snapshot_time (Results 1 - 2 of 2) sorted by relevance
/third_party/pulseaudio/src/modules/ |
H A D | module-tunnel.c | 294 pa_usec_t snapshot_time; member 652 pa_smoother_2_put(u->smoother, u->snapshot_time, bytes); in sink_process_msg() 664 pa_smoother_put(u->smoother, u->snapshot_time, y); in sink_process_msg() 798 pa_smoother_2_put(u->smoother, u->snapshot_time, bytes); in source_process_msg() 806 pa_smoother_put(u->smoother, u->snapshot_time, y); in source_process_msg() 1021 u->snapshot_time = pa_rtclock_now(); in stream_get_latency_callback()
|
H A D | module-combine-sink.c | 186 pa_usec_t snapshot_time; member 1075 pa_smoother_2_put(u->thread_info.smoother, u->thread_info.snapshot_time, (int64_t)u->thread_info.snapshot_counter - latency); 1082 x = u->thread_info.snapshot_time; 1101 u->thread_info.snapshot_time = u->thread_info.render_timestamp;
|
Completed in 6 milliseconds