Home
last modified time | relevance | path

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

/device/moto/shamu/camera/QCamera/HAL/core/src/
DQCameraHWI_Record.cpp284 static int mLastFrameCount = 0; in debugShowVideoFPS() local
291 mFps = ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff; in debugShowVideoFPS()
294 mLastFrameCount = mFrameCount; in debugShowVideoFPS()
DQCameraHWI.cpp1543 static int mLastFrameCount = 0; in debugShowPreviewFPS() local
1550 mFps = ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff; in debugShowPreviewFPS()
1553 mLastFrameCount = mFrameCount; in debugShowPreviewFPS()