Home | History | Annotate | Download | only in camera

Lines Matching refs:whitebalance

403 static const str_map whitebalance[] = {
1657 whitebalance, sizeof(whitebalance) / sizeof(str_map));
8287 ALOGI("WhiteBalance not supported for this sensor");
8295 int32_t value = attr_lookup(whitebalance, sizeof(whitebalance) / sizeof(str_map), str);
8301 ALOGI("WhiteBalance Value: %s is not set as the selected value is not supported ", str);
8306 ALOGE("Invalid whitebalance value: %s", (str == NULL) ? "NULL" : str);