Home | History | Annotate | Download | only in src

Lines Matching defs:mFrameCount

676     static int mFrameCount;
680 mFrameCount++;
684 mFps = ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff;
687 mLastFrameCount = mFrameCount;