Semi-planar YUV 4:2:0 with 10 bits per
component. Every three pixels is represented with 32 bits. Bits[31:30] do not contain
any pixel information. Y and UV are stored in separate planes as shown. The UV plane is
assumed to have an offset of stride x height bytes from the Y plane buffer address. See
Stride in Prerequisites for more information on stride.
63:62 | 61:52 | 51:42 | 41:32 | 31:30 | 29:20 | 19:10 | 9:0 |
X | Y5 | Y4 | Y3 | X | Y2 | Y1 | Y0 |
63:62 | 61:52 | 51:42 | 41:32 | 31:30 | 29:20 | 19:10 | 9:0 |
X | V8 | U8 | V4 | X | U4 | V0 | U0 |