Searched refs:mceStr (Results 1 – 6 of 6) sorted by relevance
/device/asus/flo/camera/QCamera2/HAL/ |
D | QCameraParameters.cpp | 4039 int32_t QCameraParameters::setMCEValue(const char *mceStr) in setMCEValue() argument 4041 if (mceStr != NULL) { in setMCEValue() 4044 mceStr); in setMCEValue() 4046 ALOGD("%s: Setting AWBLock value %s", __func__, mceStr); in setMCEValue() 4047 updateParamEntry(KEY_QC_MEMORY_COLOR_ENHANCEMENT, mceStr); in setMCEValue() 4054 ALOGE("Invalid MCE value: %s", (mceStr == NULL) ? "NULL" : mceStr); in setMCEValue()
|
D | QCameraParameters.h | 488 int32_t setMCEValue(const char *mceStr);
|
/device/lge/hammerhead/camera/QCamera2/HAL/ |
D | QCameraParameters.cpp | 4039 int32_t QCameraParameters::setMCEValue(const char *mceStr) in setMCEValue() argument 4041 if (mceStr != NULL) { in setMCEValue() 4044 mceStr); in setMCEValue() 4046 ALOGD("%s: Setting AWBLock value %s", __func__, mceStr); in setMCEValue() 4047 updateParamEntry(KEY_QC_MEMORY_COLOR_ENHANCEMENT, mceStr); in setMCEValue() 4054 ALOGE("Invalid MCE value: %s", (mceStr == NULL) ? "NULL" : mceStr); in setMCEValue()
|
D | QCameraParameters.h | 487 int32_t setMCEValue(const char *mceStr);
|
/device/moto/shamu/camera/QCamera2/HAL/ |
D | QCameraParameters.h | 707 int32_t setMCEValue(const char *mceStr);
|
D | QCameraParameters.cpp | 5439 int32_t QCameraParameters::setMCEValue(const char *mceStr) in setMCEValue() argument 5441 if (mceStr != NULL) { in setMCEValue() 5444 mceStr); in setMCEValue() 5446 CDBG_HIGH("%s: Setting AWBLock value %s", __func__, mceStr); in setMCEValue() 5447 updateParamEntry(KEY_QC_MEMORY_COLOR_ENHANCEMENT, mceStr); in setMCEValue() 5454 ALOGE("Invalid MCE value: %s", (mceStr == NULL) ? "NULL" : mceStr); in setMCEValue()
|