Searched refs:mPFrameCount (Results 1 – 3 of 3) sorted by relevance
688 int mPFrameCount; variable
3113 mPFrameCount++; in debugShowPreviewFPS()3117 mPFps = (((double)(mPFrameCount - mPLastFrameCount)) * in debugShowPreviewFPS()3122 mPLastFrameCount = mPFrameCount; in debugShowPreviewFPS()
1662 mPFrameCount(0), in QCamera2HardwareInterface()