Lines Matching defs:tnr
421 property_get("persist.camera.tnr.preview", prop, "0");
425 property_get("persist.camera.tnr.video", prop, "0");
1224 LOGH("Added SW TNR to pp feature mask");
1610 /* Logic to enable/disable TNR based on specific config size/etc.*/
1902 //TNR and CDS are mutually exclusive. So reset CDS from feature mask
1912 //TNR and CDS are mutually exclusive. So reset CDS from feature mask
5897 // TNR
5898 IF_META_AVAILABLE(cam_denoise_param_t, tnr, CAM_INTF_PARM_TEMPORAL_DENOISE, metadata) {
5899 uint8_t tnr_enable = tnr->denoise_enable;
5900 int32_t tnr_process_type = (int32_t)tnr->process_plates;
8746 /* TNR
8747 * We'll use this location to determine which modes TNR will be set.
8748 * We will enable TNR to be on if either of the Preview/Video stream requires TNR
8770 LOGD("TNR:%d with process plate %d for template:%d",
8793 /* Disabling CDS in templates which have TNR enabled*/
9806 // TNR
9810 cam_denoise_param_t tnr;
9811 tnr.denoise_enable = frame_settings.find(QCAMERA3_TEMPORAL_DENOISE_ENABLE).data.u8[0];
9812 tnr.process_plates =
9815 b_TnrRequested = tnr.denoise_enable;
9816 if (ADD_SET_PARAM_ENTRY_TO_BATCH(mParameters, CAM_INTF_PARM_TEMPORAL_DENOISE, tnr)) {
10313 * RETURN : TNR prcocess plate value
10319 property_get("persist.tnr.process.plates", prop, "0");