Home
last modified time | relevance | path

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

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