Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosLayer.h183 nsecs_t mLastFpsTime; variable
DExynosLayer.cpp59 mLastFpsTime(0),
116 if (mLastFpsTime == 0) { // Initialize values in checkFps()
117 mLastFpsTime = now; in checkFps()
131 mLastFpsTime = mNextLastFpsTime; in checkFps()
142 diff = now - mLastFpsTime; in checkFps()
DExynosDisplay.h541 nsecs_t mLastFpsTime; variable
DExynosDisplay.cpp1021 mLastFpsTime(0), in ExynosDisplay()
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3Channel.h263 nsecs_t mLastFpsTime; variable
DQCamera3Channel.cpp776 mLastFpsTime(0), in QCamera3ProcessingChannel()
1834 nsecs_t diff = now - mLastFpsTime; in showDebugFPS()
1859 mLastFpsTime = now; in showDebugFPS()