HomeSort by relevance Sort by last modified time
    Searched full:lastframecount (Results 1 - 1 of 1) sorted by null

  /hardware/ti/omap4-aah/hwc/
hwc.c 243 static int lastframecount = 0; local
257 fps = ((framecount - lastframecount) * (float)(s2ns(1))) / diff;
259 lastframecount = framecount;
    [all...]

Completed in 65 milliseconds