Home
last modified time | relevance | path

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

/device/google/marlin/camera/QCamera2/HAL/
DQCamera2HWI.h650 int mPLastFrameCount; variable
DQCamera2HWICallbacks.cpp2950 mPFps = (((double)(mPFrameCount - mPLastFrameCount)) * in debugShowPreviewFPS()
2955 mPLastFrameCount = mPFrameCount; in debugShowPreviewFPS()
DQCamera2HWI.cpp1658 mPLastFrameCount(0), in QCamera2HardwareInterface()