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

Commit 4ca9dbdf 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: I64927e713e5e5fa4d8ab82eb8eaa8dc58a1c8bc9
parents f7ebae65 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;