Home | History | Annotate | Download | only in HAL3

Lines Matching defs:tnr

387     property_get("persist.camera.tnr.preview", prop, "1");
391 property_get("persist.camera.tnr.video", prop, "1");
1333 /* Logic to enable/disable TNR based on specific config size/etc.*/
4893 // TNR
4894 IF_META_AVAILABLE(cam_denoise_param_t, tnr, CAM_INTF_PARM_TEMPORAL_DENOISE, metadata) {
4895 uint8_t tnr_enable = tnr->denoise_enable;
4896 int32_t tnr_process_type = (int32_t)tnr->process_plates;
7569 /* TNR
7570 * We'll use this location to determine which modes TNR will be set.
7571 * We will enable TNR to be on if either of the Preview/Video stream requires TNR
7594 CDBG("%s: TNR:%d with process plate %d for template:%d",
7609 /* Disabling CDS in templates which have TNR enabled*/
8570 // TNR
8574 cam_denoise_param_t tnr;
8575 tnr.denoise_enable = frame_settings.find(QCAMERA3_TEMPORAL_DENOISE_ENABLE).data.u8[0];
8576 tnr.process_plates =
8579 b_TnrRequested = tnr.denoise_enable;
8580 if (ADD_SET_PARAM_ENTRY_TO_BATCH(mParameters, CAM_INTF_PARM_TEMPORAL_DENOISE, tnr)) {
9020 * RETURN : TNR prcocess plate value
9026 property_get("persist.tnr.process.plates", prop, "0");