Home | History | Annotate | Download | only in HAL3

Lines Matching refs:tnr

577     property_get("persist.camera.tnr.preview", prop, "0");
585 property_get("persist.camera.tnr.video", prop, "1");
1634 LOGH("Added SW TNR to pp feature mask");
2094 property_get("debug.camera.tnr.forceenable", tnr_prop, "0");
2097 /* Logic to enable/disable TNR based on specific config size/etc.*/
2371 // Loop through once to determine preview TNR conditions before creating channels.
2383 // By default, preview stream TNR is disabled.
2384 // Enable TNR to the preview stream if all conditions below are satisfied:
2386 // 2. video stream TNR is enabled.
2449 //TNR and CDS are mutually exclusive. So reset CDS from feature mask
2467 //TNR and CDS are mutually exclusive. So reset CDS from feature mask
8010 // TNR
8011 IF_META_AVAILABLE(cam_denoise_param_t, tnr, CAM_INTF_PARM_TEMPORAL_DENOISE, metadata) {
8012 uint8_t tnr_enable = tnr->denoise_enable;
8013 int32_t tnr_process_type = (int32_t)tnr->process_plates;
11661 /* TNR
11662 * We'll use this location to determine which modes TNR will be set.
11663 * We will enable TNR to be on if either of the Preview/Video stream requires TNR
11685 LOGD("TNR:%d with process plate %d for template:%d",
11709 /* Disabling CDS in templates which have TNR enabled*/
13111 // TNR
13116 cam_denoise_param_t tnr;
13117 tnr.denoise_enable = frame_settings.find(QCAMERA3_TEMPORAL_DENOISE_ENABLE).data.u8[0];
13118 tnr.process_plates =
13121 b_TnrRequested = tnr.denoise_enable;
13126 if (ADD_SET_PARAM_ENTRY_TO_BATCH(mParameters, CAM_INTF_PARM_TEMPORAL_DENOISE, tnr)) {
13720 * RETURN : TNR prcocess plate value
13726 property_get("persist.tnr.process.plates", prop, "0");