Home | History | Annotate | Download | only in HAL3

Lines Matching refs:tnr

426     property_get("persist.camera.tnr.preview", prop, "0");
430 property_get("persist.camera.tnr.video", prop, "0");
1321 LOGH("Added SW TNR to pp feature mask");
1723 /* Logic to enable/disable TNR based on specific config size/etc.*/
2015 //TNR and CDS are mutually exclusive. So reset CDS from feature mask
2025 //TNR and CDS are mutually exclusive. So reset CDS from feature mask
6010 // TNR
6011 IF_META_AVAILABLE(cam_denoise_param_t, tnr, CAM_INTF_PARM_TEMPORAL_DENOISE, metadata) {
6012 uint8_t tnr_enable = tnr->denoise_enable;
6013 int32_t tnr_process_type = (int32_t)tnr->process_plates;
8925 /* TNR
8926 * We'll use this location to determine which modes TNR will be set.
8927 * We will enable TNR to be on if either of the Preview/Video stream requires TNR
8949 LOGD("TNR:%d with process plate %d for template:%d",
8973 /* Disabling CDS in templates which have TNR enabled*/
9990 // TNR
9994 cam_denoise_param_t tnr;
9995 tnr.denoise_enable = frame_settings.find(QCAMERA3_TEMPORAL_DENOISE_ENABLE).data.u8[0];
9996 tnr.process_plates =
9999 b_TnrRequested = tnr.denoise_enable;
10000 if (ADD_SET_PARAM_ENTRY_TO_BATCH(mParameters, CAM_INTF_PARM_TEMPORAL_DENOISE, tnr)) {
10497 * RETURN : TNR prcocess plate value
10503 property_get("persist.tnr.process.plates", prop, "0");