Home | History | Annotate | Download | only in V4LCameraAdapter

Lines Matching refs:currentFPS

867     float currentFPS;
875 currentFPS = ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff;
881 mFPS = currentFPS;
886 mFPS = mLastFPS + (currentFPS - mLastFPS)/mIter;