Searched refs:vsync (Results 1 – 6 of 6) sorted by relevance
113 struct timespec vsync; in SyntheticWaitVBlank() local114 int ret = clock_gettime(CLOCK_MONOTONIC, &vsync); in SyntheticWaitVBlank()125 kOneSecondNs / refresh, vsync.tv_sec * kOneSecondNs + vsync.tv_nsec); in SyntheticWaitVBlank()126 vsync.tv_sec = phased_timestamp / kOneSecondNs; in SyntheticWaitVBlank()127 vsync.tv_nsec = phased_timestamp - (vsync.tv_sec * kOneSecondNs); in SyntheticWaitVBlank()129 ret = clock_nanosleep(CLOCK_MONOTONIC, TIMER_ABSTIME, &vsync, NULL); in SyntheticWaitVBlank()134 *timestamp = (int64_t)vsync.tv_sec * kOneSecondNs + (int64_t)vsync.tv_nsec; in SyntheticWaitVBlank()199 if (procs && procs->vsync) in Routine()200 procs->vsync(procs, display, timestamp); in Routine()
371 boolean vsync = vsyncBox.isSelected(); in verifyAndSaveCurrentSelection()432 source.setVSync(vsync); in verifyAndSaveCurrentSelection()
1066 __u32 vsync; member1121 ((bt)->vfrontporch + (bt)->vsync + (bt)->vbackporch + \1905 struct v4l2_event_vsync vsync; member
165 'tracing/extras/vsync/vsync_auditor.html',
3940 __vki_u32 vsync; member4324 struct vki_v4l2_event_vsync vsync; member
662 vsync Basic readv(2) or writev(2) IO.