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

Commit acfc527b authored by John Reck's avatar John Reck
Browse files

Adding "10-bit" to description of P010 and P210 format.

Test: N/A
Flag: EXEMPT doc only change
Change-Id: I1fcd75a4f90d5b36f0179ca66bfb000a96c4ee19
parent 27743398
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -195,7 +195,7 @@ public class ImageFormat {
    /**
     * <p>Android YUV P010 format.</p>
     *
     * P010 is a 4:2:0 YCbCr semiplanar format comprised of a WxH Y plane
     * P010 is a 10-bit 4:2:0 YCbCr semiplanar format comprised of a WxH Y plane
     * followed by a Wx(H/2) CbCr plane. Each sample is represented by a 16-bit
     * little-endian value, with the lower 6 bits set to zero.
     *
@@ -214,7 +214,7 @@ public class ImageFormat {
    /**
     * <p>Android YUV P210 format.</p>
     *
     * P210 is a 4:2:2 YCbCr semiplanar format comprised of a WxH Y plane
     * P210 is a 10-bit 4:2:2 YCbCr semiplanar format comprised of a WxH Y plane
     * followed by a WxH CbCr plane. Each sample is represented by a 16-bit
     * little-endian value, with the lower 6 bits set to zero.
     *