OSDN Git Service

modetest: Add YUV420 support and fix YVU420 Cb/Cr ordering
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 18 Apr 2013 15:26:59 +0000 (15:26 +0000)
committerJerome Glisse <jglisse@redhat.com>
Thu, 18 Apr 2013 18:53:14 +0000 (14:53 -0400)
commit83e77461249d535a77c3ed055d198e26f0c1b390
treea79ca50b893c8128631276038bce0b27fe6b8511
parent3f024f85d816a648473373bccc8ccc915951886a
modetest: Add YUV420 support and fix YVU420 Cb/Cr ordering

YUV420 support is trivial to add since the code already supports
YVU420.

But it looks like the YVU420 support is a bit broken. The chroma
planes are passed in the wrong order to the fill functions, so
fix that while were at it.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
tests/modetest/buffers.c