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

Commit 9b645984 authored by Zhijun He's avatar Zhijun He Committed by Android (Google) Code Review
Browse files

Merge "Camera2: Add docs for availableProcessedSizes" into klp-dev

parents 904aa38f 4e1921fa
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);