Merge "ImageFormat: Fix YCBCR_P010 bitsPerPixel" into sc-qpr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
70add31774
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user