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

Commit 70add317 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents ebf61eaa 3e4720b3
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;