Lines Matching defs:property
92 char property[PROPERTY_VALUE_MAX] = {'\0'};
94 if (property_get("debug.hwc.fbsize", property, NULL) > 0) {
95 yptr = strcasestr(property,"x");
96 int xres_new = atoi(property);
284 // Read the system property to determine if downscale feature is enabled.
829 char property[PROPERTY_VALUE_MAX];
889 if (property_get("hw.cabl.yuv", property, NULL) > 0) {
890 if (atoi(property) != 1) {
895 if (property_get("hw.cabl.yuv", property, NULL) > 0) {
896 if (atoi(property) != 0) {
1290 char property[PROPERTY_VALUE_MAX];
1291 if(property_get("debug.egl.swapinterval", property, "1") > 0) {
1292 if(atoi(property) == 0)
2196 //Property