Home | History | Annotate | Download | only in HAL

Lines Matching refs:mVFrameCount

2895     mVFrameCount++;
2899 mVFps = (((double)(mVFrameCount - mVLastFrameCount)) *
2904 mVLastFrameCount = mVFrameCount;