Home
last modified time | relevance | path

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

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