Searched refs:mVsyncPeriod (Results 1 – 2 of 2) sorted by relevance
406 mVsyncPeriod(1000*1000*1000/60), // vsync is 60 hz in Display()1084 newConfig->setAttribute(Attribute::VsyncPeriod, mVsyncPeriod); in populatePrimaryConfigs()1166 wait_time.tv_nsec = mDisplay.mVsyncPeriod; in threadLoop()
322 uint32_t mVsyncPeriod; variable