Home | History | Annotate | Download | only in hwc

Lines Matching defs:vsync_period

343   int32_t vsync_period = 1000000000l / 60;
347 hwc_display_[disp]->GetDisplayAttributes(0, &attribute, &vsync_period);
350 return vsync_period;
1500 uint32_t vsync_period = UINT32(GetVsyncPeriod(HWC_DISPLAY_PRIMARY));
1501 usleep(vsync_period * 2 / 1000);