Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraParameters.h1052 int32_t setTintlessValue(const char *tintStr);
DQCameraParameters.cpp8098 int32_t QCameraParameters::setTintlessValue(const char *tintStr) in setTintlessValue() argument
8100 if (tintStr != NULL) { in setTintlessValue()
8102 PARAM_MAP_SIZE(ENABLE_DISABLE_MODES_MAP), tintStr); in setTintlessValue()
8104 LOGH("Setting Tintless value %s", tintStr); in setTintlessValue()
8105 updateParamEntry(KEY_QC_TINTLESS_ENABLE, tintStr); in setTintlessValue()
8112 LOGE("Invalid Tintless value: %s", (tintStr == NULL) ? "NULL" : tintStr); in setTintlessValue()