Home | History | Annotate | Download | only in OMXCameraAdapter

Lines Matching defs:mLastFrameCount

1905     mLastFrameCount = 0;
2860 static int mLastFrameCount = 0;
2867 mFps = ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff;
2869 mLastFrameCount = mFrameCount;
3156 currentFPS = ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff;
3158 mLastFrameCount = mFrameCount;