Searched refs:showfps (Results 1 - 3 of 3) sorted by relevance
/hardware/ti/omap4xxx/test/CameraHal/ |
H A D | camera_test_menu.cpp | 421 bool showfps = false; variable 1296 printf(" /. Enable/Disable showfps: %s\n", ((showfps)? "Enabled":"Disabled")); 2071 if (showfps) 2073 property_set("debug.image.showfps", "0"); 2074 showfps = false; 2078 property_set("debug.image.showfps", "1"); 2079 showfps = true;
|
/hardware/ti/omap4-aah/test/CameraHal/ |
H A D | camera_test_menu.cpp | 511 bool showfps = false; variable 2561 snprintf(area1[j++], MAX_SYMBOLS, "/. Enable/Disable showfps: %s", ((showfps)? "Enabled":"Disabled")); 3610 if (showfps) 3612 property_set("debug.image.showfps", "0"); 3613 showfps = false; 3617 property_set("debug.image.showfps", "1"); 3618 showfps = true;
|
/hardware/ti/omap4-aah/hwc/ |
H A D | hwc.c | 240 static void showfps(void) function 248 property_get("debug.hwc.showfps", value, "0"); 2056 showfps();
|
Completed in 355 milliseconds