Home
last modified time | relevance | path

Searched refs:propertyVal (Results 1 – 1 of 1) sorted by relevance

/hardware/intel/img/hwcomposer/merrifield/common/devices/
DVirtualDevice.cpp828 char propertyVal[PROPERTY_VALUE_MAX]; in prepare() local
829 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()