diff --git a/core/java/android/hardware/camera2/CameraMetadata.java b/core/java/android/hardware/camera2/CameraMetadata.java index 8f3cb93ae13fc..45d6fed62142b 100644 --- a/core/java/android/hardware/camera2/CameraMetadata.java +++ b/core/java/android/hardware/camera2/CameraMetadata.java @@ -1066,8 +1066,9 @@ public abstract class CameraMetadata { *
  • One Jpeg ImageReader, any resolution: the camera device is * allowed to slow down JPEG output speed by 50% if there is any ongoing offline * session.
  • - *
  • One ImageWriter surface of private format, any resolution if the device supports - * PRIVATE_REPROCESSING capability
  • + *
  • If the device supports PRIVATE_REPROCESSING, one pair of ImageWriter/ImageReader + * surfaces of private format, with the same resolution that is larger or equal to + * the JPEG ImageReader resolution above.
  • * * *
  • Alternatively, the active camera session above can be replaced by an legacy