Home | History | Annotate | Download | only in HAL3

Lines Matching refs:mFrameCount

727             mFrameCount(0),
1659 mFrameCount++;
1663 fps = (((double)(mFrameCount - mLastFrameCount)) *
1667 LOGH("PROFILE_PREVIEW_FRAMES_PER_SECOND : %.4f: mFrameCount=%d",
1668 fps, mFrameCount);
1687 mLastFrameCount = mFrameCount;