Home | History | Annotate | Download | only in camera

Lines Matching defs:mFrameCount

690     static int mFrameCount;
694 mFrameCount++;
698 mFps = ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff;
701 mLastFrameCount = mFrameCount;