我查了6410的手册有这么一句话
1.2.4.3 JPEG Codec
• Compression/decompression up to UXGA size
• Encoding format: YCbCr 4:2:2 / RGB565
• Decoding format: YCbCr 4:4:4/4:2:2/4:2:0 or gray
但同时在手册的其他页又有:
The JPEG CODEC includes the following features:
• Compression/decompression up to (4096 x 4096).
• Encoding Output format : YCbCr4:2:2 or YCbCr4:2:0
• Decoding Input format : YCbCr4:4:4, YCbCr4:2:2, YCbCr4:2:0 or Gray.
• Support the compression of memory data in YCbCr4:2:2(interleaving only) or RGB565 format.(Input raw data)
• Support the general-purpose color converter.
如果按找第一段话就是说编码器不支持YUV420的。
YUV4:2:2 JPG file
-> JPEG Codec -> (YUV4:2:2
RGB565 YUV4:2:0)
就不知道JPG file底下的YUV4:2:2和YUV4:2:0是什么意思?