Searched refs:propertyVal (Results 1 – 1 of 1) sorted by relevance
828 char propertyVal[PROPERTY_VALUE_MAX]; in prepare() local829 if (property_get("widi.compose.rgb_upscale", propertyVal, NULL) > 0) in prepare()830 mVspUpscale = atoi(propertyVal); in prepare()831 if (property_get("widi.compose.all_video", propertyVal, NULL) > 0) in prepare()832 mDebugVspClear = atoi(propertyVal); in prepare()833 if (property_get("widi.compose.dump", propertyVal, NULL) > 0) in prepare()834 mDebugVspDump = atoi(propertyVal); in prepare()