Home
last modified time | relevance | path

Searched refs:frameDiff (Results 1 – 1 of 1) sorted by relevance

/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosLayer.cpp97 uint32_t frameDiff; in checkFps() local
105 frameDiff = (mFrameCount - mLastFrameCount); in checkFps()
107 frameDiff = (mFrameCount + (UINT_MAX - mLastFrameCount)); in checkFps()
110 mFps = (uint32_t)(frameDiff * float(s2ns(1))) / diff; in checkFps()