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.*/
5004 // TNR
5005 IF_META_AVAILABLE(cam_denoise_param_t, tnr, CAM_INTF_PARM_TEMPORAL_DENOISE, metadata) {
5006 uint8_t tnr_enable = tnr->denoise_enable;
5007 int32_t tnr_process_type = (int32_t)tnr->process_plates;
7701 /* TNR
7702 * We'll use this location to determine which modes TNR will be set.
7703 * We will enable TNR to be on if either of the Preview/Video stream requires TNR
7726 CDBG("%s: TNR:%d with process plate %d for template:%d",
7741 /* Disabling CDS in templates which have TNR enabled*/
8702 // TNR
8706 cam_denoise_param_t tnr;
8707 tnr.denoise_enable = frame_settings.find(QCAMERA3_TEMPORAL_DENOISE_ENABLE).data.u8[0];
8708 tnr.process_plates =
8711 b_TnrRequested = tnr.denoise_enable;
8712 if (ADD_SET_PARAM_ENTRY_TO_BATCH(mParameters, CAM_INTF_PARM_TEMPORAL_DENOISE, tnr)) {
9152 * RETURN : TNR prcocess plate value
9158 property_get("persist.tnr.process.plates", prop, "0");