The VCU encoded data and the decoded format is shown in the following table:
| Input for VCU decoder (encoded data) | VCU decoded format |
|---|---|
| AVC or HEVC 420, 8-bit | NV12 |
| AVC or HEVC 422, 8-bit | NV16 |
| AVC or HEVC 420, 10-bit | NV12_10LE32 |
| AVC or HEVC 422, 10-bit | NV16_10LE32 |
Note: Native output of VCU Decoder is
always in semi-planar format.