Home | History | Annotate | Download | only in hwc2

Lines Matching defs:vsync_period

1537     uint32_t vsync_period = UINT32(GetVsyncPeriod(HWC_DISPLAY_PRIMARY));
1538 usleep(vsync_period * 2 / 1000);
1555 int32_t vsync_period = 1000000000l / 60;
1559 hwc_display_[disp]->GetDisplayAttribute(0, attribute, &vsync_period);
1562 return vsync_period;