Home
last modified time | relevance | path

Searched refs:showfps (Results 1 – 3 of 3) sorted by relevance

/hardware/ti/omap4xxx/test/CameraHal/
Dcamera_test_menu.cpp421 bool showfps = false; variable
1296 printf(" /. Enable/Disable showfps: %s\n", ((showfps)? "Enabled":"Disabled")); in functional_menu()
2071 if (showfps) in functional_menu()
2074 showfps = false; in functional_menu()
2079 showfps = true; in functional_menu()
/hardware/ti/omap4-aah/test/CameraHal/
Dcamera_test_menu.cpp511 bool showfps = false; variable
2561 …snprintf(area1[j++], MAX_SYMBOLS, "/. Enable/Disable showfps: %s", ((showfps)? "Enabled":"Disabled… in functional_menu()
3610 if (showfps) in functional_menu()
3613 showfps = false; in functional_menu()
3618 showfps = true; in functional_menu()
/hardware/ti/omap4-aah/hwc/
Dhwc.c240 static void showfps(void) in showfps() function
2056 showfps(); in omap4_hwc_set()