Home
last modified time | relevance | path

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

/aosp12/hardware/google/graphics/common/libhwc2.1/libdevice/
H A DExynosLayer.cpp51 mLastFrameCount(0), in ExynosLayer()
104 if (mFrameCount >= mLastFrameCount) in checkFps()
105 frameDiff = (mFrameCount - mLastFrameCount); in checkFps()
107 frameDiff = (mFrameCount + (UINT_MAX - mLastFrameCount)); in checkFps()
111 mLastFrameCount = mFrameCount; in checkFps()
H A DExynosLayer.h160 uint32_t mLastFrameCount; variable
H A DExynosDisplay.h480 uint64_t mLastFrameCount; variable
H A DExynosDisplay.cpp642 mLastFrameCount(0), in ExynosDisplay()
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL3/
H A DQCamera3Channel.h262 int mLastFrameCount; variable
H A DQCamera3Channel.cpp775 mLastFrameCount(0), in QCamera3ProcessingChannel()
1836 fps = (((double)(mFrameCount - mLastFrameCount)) * in showDebugFPS()
1860 mLastFrameCount = mFrameCount; in showDebugFPS()