Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCamera2HWI.h684 int mVFrameCount; variable
DQCamera2HWICallbacks.cpp3089 mVFrameCount++; in debugShowVideoFPS()
3093 mVFps = (((double)(mVFrameCount - mVLastFrameCount)) * in debugShowVideoFPS()
3098 mVLastFrameCount = mVFrameCount; in debugShowVideoFPS()
DQCamera2HWI.cpp1658 mVFrameCount(0), in QCamera2HardwareInterface()