Lines Matching full:denoise
316 static const str_map denoise[] = {
868 denoise, sizeof(denoise) / sizeof(str_map));
1196 //Set Denoise
2542 ALOGV("Wavelet Denoise is not supported for this sensor");
2548 int value = attr_lookup(denoise,
2549 sizeof(denoise) / sizeof(str_map), str);
2556 property_get("persist.denoise.process.plates", prop, "1");
2562 ALOGV("Denoise enable=%d, plates=%d", temp.denoise_enable, temp.process_plates);
2569 ALOGE("Invalid Denoise value: %s", (str == NULL) ? "NULL" : str);
3376 ALOGE("Wavelet Denoise is not supported for this sensor");
3381 int value = attr_lookup(denoise,
3382 sizeof(denoise
3392 ALOGE("Invalid Denoise value: %s", (str == NULL) ? "NULL" : str);