Searched refs:mVFrameCount (Results 1 – 3 of 3) sorted by relevance
684 int mVFrameCount; variable
3089 mVFrameCount++; in debugShowVideoFPS()3093 mVFps = (((double)(mVFrameCount - mVLastFrameCount)) * in debugShowVideoFPS()3098 mVLastFrameCount = mVFrameCount; in debugShowVideoFPS()
1658 mVFrameCount(0), in QCamera2HardwareInterface()