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

Commit fc5e4c3d authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "ImageFormat: Fix YCBCR_P010 bitsPerPixel" into sc-qpr1-dev am: 70add317

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15899485

Change-Id: I14ef5e634b026c454e534a0074e228ee1fb73efb
parents e4cd4a19 70add317
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -827,7 +827,7 @@ public class ImageFormat {
            case RAW_SENSOR:
                return 16;
            case YCBCR_P010:
                return 20;
                return 24;
            case RAW_DEPTH10:
            case RAW10:
                return 10;