Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCamera2HWI.h688 int mPFrameCount; variable
DQCamera2HWICallbacks.cpp3113 mPFrameCount++; in debugShowPreviewFPS()
3117 mPFps = (((double)(mPFrameCount - mPLastFrameCount)) * in debugShowPreviewFPS()
3122 mPLastFrameCount = mPFrameCount; in debugShowPreviewFPS()
DQCamera2HWI.cpp1662 mPFrameCount(0), in QCamera2HardwareInterface()