Home
last modified time | relevance | path

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

/hardware/qcom/camera/QCamera2/HAL/
DQCameraParameters.h905 int32_t setTintlessValue(const char *tintStr);
DQCameraParameters.cpp6918 int32_t QCameraParameters::setTintlessValue(const char *tintStr) in setTintlessValue() argument
6920 if (tintStr != NULL) { in setTintlessValue()
6922 PARAM_MAP_SIZE(ENABLE_DISABLE_MODES_MAP), tintStr); in setTintlessValue()
6924 CDBG_HIGH("%s: Setting Tintless value %s", __func__, tintStr); in setTintlessValue()
6925 updateParamEntry(KEY_QC_TINTLESS_ENABLE, tintStr); in setTintlessValue()
6932 ALOGE("Invalid Tintless value: %s", (tintStr == NULL) ? "NULL" : tintStr); in setTintlessValue()