Home | History | Annotate | Download | only in HAL

Lines Matching refs:mVFrameCount

2229     mVFrameCount++;
2233 mVFps = (((double)(mVFrameCount - mVLastFrameCount)) *
2237 mVLastFrameCount = mVFrameCount;