Home | History | Annotate | Download | only in hwc2

Lines Matching defs:vsync_period

1586     uint32_t vsync_period = UINT32(GetVsyncPeriod(HWC_DISPLAY_PRIMARY));
1587 usleep(vsync_period * 2 / 1000);
1604 int32_t vsync_period = 1000000000l / 60;
1608 hwc_display_[disp]->GetDisplayAttribute(0, attribute, &vsync_period);
1611 return vsync_period;