Home | History | Annotate | Download | only in HAL3

Lines Matching defs:tnr

448     property_get("persist.camera.tnr.preview", prop, "0");
452 property_get("persist.camera.tnr.video", prop, "0");
1347 LOGH("Added SW TNR to pp feature mask");
1827 /* Logic to enable/disable TNR based on specific config size/etc.*/
2044 //TNR and CDS are mutually exclusive. So reset CDS from feature mask
2054 //TNR and CDS are mutually exclusive. So reset CDS from feature mask
6108 // TNR
6109 IF_META_AVAILABLE(cam_denoise_param_t, tnr, CAM_INTF_PARM_TEMPORAL_DENOISE, metadata) {
6110 uint8_t tnr_enable = tnr->denoise_enable;
6111 int32_t tnr_process_type = (int32_t)tnr->process_plates;
9182 /* TNR
9183 * We'll use this location to determine which modes TNR will be set.
9184 * We will enable TNR to be on if either of the Preview/Video stream requires TNR
9206 LOGD("TNR:%d with process plate %d for template:%d",
9230 /* Disabling CDS in templates which have TNR enabled*/
10309 // TNR
10313 cam_denoise_param_t tnr;
10314 tnr.denoise_enable = frame_settings.find(QCAMERA3_TEMPORAL_DENOISE_ENABLE).data.u8[0];
10315 tnr.process_plates =
10318 b_TnrRequested = tnr.denoise_enable;
10319 if (ADD_SET_PARAM_ENTRY_TO_BATCH(mParameters, CAM_INTF_PARM_TEMPORAL_DENOISE, tnr)) {
10816 * RETURN : TNR prcocess plate value
10822 property_get("persist.tnr.process.plates", prop, "0");