From 3f08bfa2255a13ab8621a7eae56b5874bc52acd5 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 28 May 2012 16:13:42 +0200 Subject: [PATCH] docs: update v216 format Fix the v216 format description --- docs/design/part-mediatype-video-raw.txt | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/design/part-mediatype-video-raw.txt b/docs/design/part-mediatype-video-raw.txt index 2fa03cf..b6b5f61 100644 --- a/docs/design/part-mediatype-video-raw.txt +++ b/docs/design/part-mediatype-video-raw.txt @@ -619,20 +619,24 @@ Formats "v216" packed 4:2:2 16-bit YUV, Y0-U0-Y1-V1 order + +--+--+--+--+ +--+--+--+--+ + |U0|Y0|V0|Y1| |U1|Y2|V1|Y3| ... + +--+--+--+--+ +--+--+--+--+ + Component 0: Y depth: 16 LE pstride: 4 - offset: 0 + offset: 2 Component 1: U depth 16 LE pstride: 8 - offset: 2 + offset: 0 Component 2: V depth: 16 LE pstride: 8 - offset: 6 + offset: 4 Image default rstride: RU8 (width * 2) -- 2.7.4