Home
last modified time | relevance | path

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

/hardware/qcom/camera/QCamera2/HAL/
DQCamera2HWI.h641 int mPFrameCount; variable
DQCamera2HWICallbacks.cpp2919 mPFrameCount++; in debugShowPreviewFPS()
2923 mPFps = (((double)(mPFrameCount - mPLastFrameCount)) * in debugShowPreviewFPS()
2928 mPLastFrameCount = mPFrameCount; in debugShowPreviewFPS()
DQCamera2HWI.cpp1643 mPFrameCount(0), in QCamera2HardwareInterface()