Home
last modified time | relevance | path

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

/hardware/qcom/camera/QCamera2/HAL/
DQCameraParameters.h453 static const char KEY_QC_BRIGHTNESS[]; variable
DQCameraParameters.cpp330 const char QCameraParameters::KEY_QC_BRIGHTNESS[] = "luma-adaptation"; member in qcamera::QCameraParameters
2244 int currentBrightness = getInt(KEY_QC_BRIGHTNESS); in setBrightness()
2245 int brightness = params.getInt(KEY_QC_BRIGHTNESS); in setBrightness()
2247 if(params.get(KEY_QC_BRIGHTNESS) == NULL) { in setBrightness()
2283 return getInt(KEY_QC_BRIGHTNESS); in getBrightness()
5791 updateParamEntry(KEY_QC_BRIGHTNESS, val); in setBrightness()