Home | History | Annotate | Download | only in HAL

Lines Matching full:tintless

115 const char QCameraParameters::KEY_QC_TINTLESS_ENABLE[] = "tintless";
5461 * DESCRIPTION: enable/disable tintless from user setting
5477 property_get("persist.camera.tintless", prop, VALUE_DISABLE);
5496 * DESCRIPTION: set tintless value
5499 * @tintStr : Tintless value string
5512 CDBG_HIGH("%s: Setting Tintless value %s", __func__, tintStr);
5520 ALOGE("Invalid Tintless value: %s", (tintStr == NULL) ? "NULL" : tintStr);