Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cd93486d authored by Zhijun He's avatar Zhijun He Committed by Android Git Automerger
Browse files

am 30a1707a: am 9b645984: Merge "Camera2: Add docs for availableProcessedSizes" into klp-dev

* commit '30a1707a':
  Camera2: Add docs for availableProcessedSizes
parents 5cb20a92 30a1707a
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -415,6 +415,14 @@ public final class CameraProperties extends CameraMetadata {
     * platform opaque YUV/RGB streams to the GPU or video
     * encoders. Listed as width, height
     * </p>
     * <p>
     * The actual supported resolution list may be limited by
     * consumer end points for different use cases. For example, for
     * recording use case, the largest supported resolution may be
     * limited by max supported size from encoder, for preview use
     * case, the largest supported resolution may be limited by max
     * resolution SurfaceTexture/SurfaceView can support.
     * </p>
     */
    public static final Key<android.hardware.camera2.Size[]> SCALER_AVAILABLE_PROCESSED_SIZES =
            new Key<android.hardware.camera2.Size[]>("android.scaler.availableProcessedSizes", android.hardware.camera2.Size[].class);