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