diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2016-06-16 02:08:19 +0300 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2016-06-19 15:26:01 +0300 |
commit | fc93dfb01e1d0ad6b638b0a576fab23f7a2a7e47 (patch) | |
tree | a2b76ea900b2c69e636fedddd1c6485a2c4852dd /tests/vsp-unit-test-0004.sh | |
parent | 4566bd7e4bd4e2c32ed174c450b3b85ac3a930ca (diff) |
tests: Use YUV444M instead of UYVY for YUV input formats
Depending on the test this lowers the conversion errors or ensures a
pixel-perfect match between the reference frame generator and the
hardware. In the latter case we can now use the faster exact output
verification method.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'tests/vsp-unit-test-0004.sh')
-rwxr-xr-x | tests/vsp-unit-test-0004.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/vsp-unit-test-0004.sh b/tests/vsp-unit-test-0004.sh index 12a2545..b6e1345 100755 --- a/tests/vsp-unit-test-0004.sh +++ b/tests/vsp-unit-test-0004.sh @@ -8,7 +8,7 @@ source vsp-lib.sh features="hgo rpf.0 wpf.0" -formats="RGB24 UYVY" +formats="RGB24 YUV444M" test_histogram() { test_start "histogram in $format" |