【发布时间】:2017-02-23 14:06:09
【问题描述】:
谁能解释 NV12 64x32 tile 格式的内存布局,如 link 中解释的 NV12 格式(如下)。
NV12 4 × 4 像素图像
Byte Order. Each cell is one byte.
start + 0: Y'00 Y'01 Y'02 Y'03
start + 4: Y'10 Y'11 Y'12 Y'13
start + 8: Y'20 Y'21 Y'22 Y'23
start + 12: Y'30 Y'31 Y'32 Y'33
start + 16: Cb00 Cr00 Cb01 Cr01
start + 20: Cb10 Cr10 Cb11 Cr11
【问题讨论】:
标签: video ffmpeg embedded-linux gstreamer yuv