diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2016-06-16 01:50:40 +0300 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2016-06-19 15:26:01 +0300 |
commit | 4566bd7e4bd4e2c32ed174c450b3b85ac3a930ca (patch) | |
tree | f6a5892d05b160c86ed02a0a24af448b5d3277ba /tests | |
parent | f9d8f5e0578f88416af5af98e9bb46a05804e385 (diff) |
tests: Add YUV422M and YUV444M support to YUV->YUV test
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/vsp-unit-test-0002.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/vsp-unit-test-0002.sh b/tests/vsp-unit-test-0002.sh index 668fa53..14a45b0 100755 --- a/tests/vsp-unit-test-0002.sh +++ b/tests/vsp-unit-test-0002.sh @@ -9,7 +9,7 @@ source vsp-lib.sh features="rpf.0 wpf.0" -formats="NV12M NV16M NV21M NV61M UYVY VYUY YUV420M YUYV YVYU" +formats="NV12M NV16M NV21M NV61M UYVY VYUY YUV420M YUV422M YUV444M YUYV YVYU" test_wpf_packing() { test_start "WPF packing in $format" |