Searched defs:framecount (Results 1 - 1 of 1) sorted by relevance

/hardware/ti/omap4-aah/hwc/
H A Dhwc.c242 static int framecount = 0; local
253 framecount++;
254 if (!(framecount & 0x7)) {
257 fps = ((framecount - lastframecount) * (float)(s2ns(1))) / diff;
259 lastframecount = framecount;
260 ALOGI("%d Frames, %f FPS", framecount, fps);

Completed in 11 milliseconds