Home | History | Annotate | Download | only in CameraHal

Lines Matching refs:showfps

421 bool showfps = false;
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;