Home | History | Annotate | Download | only in CameraHal

Lines Matching refs:showfps

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