Loading app/src/main/java/net/sourceforge/opencamera/HDRProcessor.java +2 −2 Original line number Diff line number Diff line Loading @@ -986,7 +986,7 @@ public class HDRProcessor { int brightness = histogramInfo.median_brightness; int max_brightness = histogramInfo.max_brightness; if( MyDebug.LOG ) Log.d(TAG, "### time after computeHistogram: " + (System.currentTimeMillis() - time_s)); Log.d(TAG, "### processSingleImage: time after computeHistogram: " + (System.currentTimeMillis() - time_s)); if( MyDebug.LOG ) { Log.d(TAG, "median brightness: " + brightness); Log.d(TAG, "max brightness: " + max_brightness); Loading Loading @@ -1021,7 +1021,7 @@ public class HDRProcessor { } allocation = output_allocation; if( MyDebug.LOG ) Log.d(TAG, "### time after dro_brighten: " + (System.currentTimeMillis() - time_s)); Log.d(TAG, "### processSingleImage: time after dro_brighten: " + (System.currentTimeMillis() - time_s)); } } Loading Loading
app/src/main/java/net/sourceforge/opencamera/HDRProcessor.java +2 −2 Original line number Diff line number Diff line Loading @@ -986,7 +986,7 @@ public class HDRProcessor { int brightness = histogramInfo.median_brightness; int max_brightness = histogramInfo.max_brightness; if( MyDebug.LOG ) Log.d(TAG, "### time after computeHistogram: " + (System.currentTimeMillis() - time_s)); Log.d(TAG, "### processSingleImage: time after computeHistogram: " + (System.currentTimeMillis() - time_s)); if( MyDebug.LOG ) { Log.d(TAG, "median brightness: " + brightness); Log.d(TAG, "max brightness: " + max_brightness); Loading Loading @@ -1021,7 +1021,7 @@ public class HDRProcessor { } allocation = output_allocation; if( MyDebug.LOG ) Log.d(TAG, "### time after dro_brighten: " + (System.currentTimeMillis() - time_s)); Log.d(TAG, "### processSingleImage: time after dro_brighten: " + (System.currentTimeMillis() - time_s)); } } Loading