Home | History | Annotate | Download | only in CameraHal

Lines Matching defs:mFrameCount

550     static int mFrameCount = 0;
554 mFrameCount++;
555 if ( ( mFrameCount % 30 ) == 0 ) {
558 mFps = ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff;
560 mLastFrameCount = mFrameCount;
561 printf("####### [%d] Frames, %f FPS", mFrameCount, mFps);