Home | History | Annotate | Download | only in HAL

Lines Matching full:tintless

139 const char QCameraParameters::KEY_QC_TINTLESS_ENABLE[] = "tintless";
6836 * DESCRIPTION: enable/disable tintless from user setting
6852 property_get("persist.camera.tintless", prop, VALUE_ENABLE);
6871 * DESCRIPTION: set tintless mode
6892 * DESCRIPTION: set tintless value
6895 * @tintStr : Tintless value string
6907 CDBG_HIGH("%s: Setting Tintless value %s", __func__, tintStr);
6915 ALOGE("Invalid Tintless value: %s", (tintStr == NULL) ? "NULL" : tintStr);