Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCamera2HWI.h685 int mVLastFrameCount; variable
DQCamera2HWICallbacks.cpp3093 mVFps = (((double)(mVFrameCount - mVLastFrameCount)) * in debugShowVideoFPS()
3098 mVLastFrameCount = mVFrameCount; in debugShowVideoFPS()
DQCamera2HWI.cpp1659 mVLastFrameCount(0), in QCamera2HardwareInterface()