Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCamera2HWI.h689 int mPLastFrameCount; variable
DQCamera2HWICallbacks.cpp3117 mPFps = (((double)(mPFrameCount - mPLastFrameCount)) * in debugShowPreviewFPS()
3122 mPLastFrameCount = mPFrameCount; in debugShowPreviewFPS()
DQCamera2HWI.cpp1663 mPLastFrameCount(0), in QCamera2HardwareInterface()