Home
last modified time | relevance | path

Searched refs:time_offset (Results 1 - 14 of 14) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
H A Dtime-smoother.c62 pa_usec_t time_offset; member
97 pa_usec_t time_offset, in pa_smoother_new()
114 pa_smoother_reset(s, time_offset, paused); in pa_smoother_new()
356 x = PA_LIKELY(x >= s->time_offset) ? x - s->time_offset : 0; in pa_smoother_put()
386 pa_log_debug("%p, put(%llu | %llu) = %llu", s, (unsigned long long) (x + s->time_offset), (unsigned long long) x, (unsigned long long) y); in pa_smoother_put()
399 x = PA_LIKELY(x >= s->time_offset) ? x - s->time_offset : 0; in pa_smoother_get()
419 pa_log_debug("%p, get(%llu | %llu) = %llu", s, (unsigned long long) (x + s->time_offset), (unsigned long long) x, (unsigned long long) y); in pa_smoother_get()
428 s->time_offset in pa_smoother_set_time_offset()
91 pa_smoother_new( pa_usec_t adjust_time, pa_usec_t history_time, bool monotonic, bool smoothing, unsigned min_history, pa_usec_t time_offset, bool paused) pa_smoother_new() argument
502 pa_smoother_reset(pa_smoother *s, pa_usec_t time_offset, bool paused) pa_smoother_reset() argument
[all...]
H A Dtime-smoother_2.c59 int64_t time_offset; member
216 s->time_offset = -temp; in pa_smoother_2_put()
277 now = (time_stamp - s->start_time - s->time_offset) * s->time_factor; in pa_smoother_2_get_delay()
305 current_time += (s->pause_time - s->start_time - s->time_offset - s->fixup_time) * s->time_factor; in pa_smoother_2_get()
309 current_time += (s->pause_time - s->start_time - s->time_offset - s->fixup_time) * s->time_factor; in pa_smoother_2_get()
314 current_time += (time_stamp - s->start_time - s->time_offset) * s->time_factor; in pa_smoother_2_get()
351 s->time_offset = 0; in pa_smoother_2_reset()
H A Dtime-smoother.h53 void pa_smoother_reset(pa_smoother *s, pa_usec_t time_offset, bool paused);
/third_party/libinput/tools/
H A Dlibinput-record.c224 time_offset(struct record_context *ctx, uint64_t time) in time_offset() function
461 time = time_offset(dev->ctx, libinput_event_keyboard_get_time_usec(k)); in print_key_event()
498 time = time_offset(dev->ctx, libinput_event_pointer_get_time_usec(p)); in print_motion_event()
528 time = time_offset(dev->ctx, libinput_event_pointer_get_time_usec(p)); in print_absmotion_event()
557 time = time_offset(dev->ctx, libinput_event_pointer_get_time_usec(p)); in print_pointer_button_event()
589 time = time_offset(dev->ctx, libinput_event_pointer_get_time_usec(p)); in print_pointer_axis_event()
656 time = time_offset(dev->ctx, libinput_event_touch_get_time_usec(t)); in print_touch_event()
737 time = time_offset(dev->ctx, libinput_event_gesture_get_time_usec(g)); in print_gesture_event()
917 time = time_offset(dev->ctx, libinput_event_tablet_tool_get_time_usec(t)); in print_tablet_tool_proximity_event()
970 time = time_offset(de in print_tablet_tool_button_event()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dwpa_auth_i.h248 struct os_reltime time_offset; /* local time - offset = remote time */ member
H A Dwpa_auth_ft.c1054 os_reltime_sub(&now, &rkh_seq->rx.time_offset, &now_remote); in wpa_ft_rrb_seq_chk()
4537 os_reltime_sub(&now, &now_remote, &rkh_seq->rx.time_offset); in wpa_ft_rrb_rx_seq_resp()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dwpa_auth_i.h243 struct os_reltime time_offset; /* local time - offset = remote time */ member
H A Dwpa_auth_ft.c1052 os_reltime_sub(&now, &rkh_seq->rx.time_offset, &now_remote); in wpa_ft_rrb_seq_chk()
4305 os_reltime_sub(&now, &now_remote, &rkh_seq->rx.time_offset); in wpa_ft_rrb_rx_seq_resp()
/third_party/ffmpeg/libavcodec/
H A Dcbs_h264.h246 int32_t time_offset; member
H A Dcbs_h264_syntax_template.c600 ib(time_offset_length, time_offset); in sei_pic_timestamp()
602 infer(time_offset, 0); in sei_pic_timestamp()
/third_party/ffmpeg/libavformat/
H A Disom.h195 int64_t time_offset; ///< time offset of the edit list entries member
H A Dflvdec.c79 int64_t time_offset; member
1034 flv->time_offset = flv->last_ts + 1; in resync()
1210 dts += flv->time_offset;
H A Dmov.c4233 sc->time_offset = start_time - (uint64_t)empty_duration;
4236 current_dts = -sc->time_offset;
5224 dts = frag_stream_info->next_trun_dts - sc->time_offset;
5249 dts = frag_stream_info->tfdt_dts - sc->time_offset;
5255 dts = frag_stream_info->sidx_pts - sc->time_offset;
5259 dts = sc->track_end - sc->time_offset;
5265 dts = sc->track_end - sc->time_offset;
5346 dts -= sc->time_offset;
5351 " sc->time_offset %"PRId64
5355 sc->time_offset, flag
[all...]
/third_party/libbpf/include/uapi/linux/
H A Dperf_event.h576 * u64 cyc, time_offset;
588 * time_offset = pc->time_offset;
645 * delta = time_offset + quot * time_mult +
648 * Where time_offset,time_mult,time_shift and cyc are read in the
662 __u64 time_offset; member

Completed in 30 milliseconds