Home | History | Annotate | Download | only in HAL3

Lines Matching refs:tnr

389     property_get("persist.camera.tnr.preview", prop, "1");
393 property_get("persist.camera.tnr.video", prop, "1");
1389 /* Logic to enable/disable TNR based on specific config size/etc.*/
5007 // TNR
5008 IF_META_AVAILABLE(cam_denoise_param_t, tnr, CAM_INTF_PARM_TEMPORAL_DENOISE, metadata) {
5009 uint8_t tnr_enable = tnr->denoise_enable;
5010 int32_t tnr_process_type = (int32_t)tnr->process_plates;
7704 /* TNR
7705 * We'll use this location to determine which modes TNR will be set.
7706 * We will enable TNR to be on if either of the Preview/Video stream requires TNR
7729 CDBG("%s: TNR:%d with process plate %d for template:%d",
7744 /* Disabling CDS in templates which have TNR enabled*/
8705 // TNR
8709 cam_denoise_param_t tnr;
8710 tnr.denoise_enable = frame_settings.find(QCAMERA3_TEMPORAL_DENOISE_ENABLE).data.u8[0];
8711 tnr.process_plates =
8714 b_TnrRequested = tnr.denoise_enable;
8715 if (ADD_SET_PARAM_ENTRY_TO_BATCH(mParameters, CAM_INTF_PARM_TEMPORAL_DENOISE, tnr)) {
9155 * RETURN : TNR prcocess plate value
9161 property_get("persist.tnr.process.plates", prop, "0");