@@ -2095,8 +2095,9 @@ public int getSequenceId() {
20952095 * will be applied. HIGH_QUALITY mode indicates that the
20962096 * camera device will use the highest-quality enhancement algorithms,
20972097 * even if it slows down capture rate. FAST means the camera device will
2098- * not slow down capture rate when applying edge enhancement. Every output stream will
2099- * have a similar amount of enhancement applied.</p>
2098+ * not slow down capture rate when applying edge enhancement. FAST may be the same as OFF if
2099+ * edge enhancement will slow down capture rate. Every output stream will have a similar
2100+ * amount of enhancement applied.</p>
21002101 * <p>ZERO_SHUTTER_LAG is meant to be used by applications that maintain a continuous circular
21012102 * buffer of high-resolution images during preview and reprocess image(s) from that buffer
21022103 * into a final capture when triggered by the user. In this mode, the camera device applies
@@ -2105,7 +2106,7 @@ public int getSequenceId() {
21052106 * since those will be reprocessed later if necessary.</p>
21062107 * <p>For YUV_REPROCESSING, these FAST/HIGH_QUALITY modes both mean that the camera
21072108 * device will apply FAST/HIGH_QUALITY YUV-domain edge enhancement, respectively.
2108- * The camera device may adjust its internal noise reduction parameters for best
2109+ * The camera device may adjust its internal edge enhancement parameters for best
21092110 * image quality based on the {@link CaptureRequest#REPROCESS_EFFECTIVE_EXPOSURE_FACTOR android.reprocess.effectiveExposureFactor}, if it is set.</p>
21102111 * <p><b>Possible values:</b>
21112112 * <ul>
@@ -2786,8 +2787,9 @@ public int getSequenceId() {
27862787 * will be applied. HIGH_QUALITY mode indicates that the camera device
27872788 * will use the highest-quality noise filtering algorithms,
27882789 * even if it slows down capture rate. FAST means the camera device will not
2789- * slow down capture rate when applying noise filtering. Every output stream will
2790- * have a similar amount of enhancement applied.</p>
2790+ * slow down capture rate when applying noise filtering. FAST may be the same as MINIMAL if
2791+ * MINIMAL is listed, or the same as OFF if any noise filtering will slow down capture rate.
2792+ * Every output stream will have a similar amount of enhancement applied.</p>
27912793 * <p>ZERO_SHUTTER_LAG is meant to be used by applications that maintain a continuous circular
27922794 * buffer of high-resolution images during preview and reprocess image(s) from that buffer
27932795 * into a final capture when triggered by the user. In this mode, the camera device applies
0 commit comments