Home | History | Annotate | Download | only in HAL

Lines Matching refs:mVFrameCount

2922     mVFrameCount++;
2926 mVFps = (((double)(mVFrameCount - mVLastFrameCount)) *
2931 mVLastFrameCount = mVFrameCount;