diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2016-10-24 15:54:41 +0300 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2016-10-24 16:06:31 +0300 |
commit | ac88c62c770d74c1dfe136ebc10439f1fd965fd4 (patch) | |
tree | 4ecc15033c896b02f0731417e10fae1c98a5b21a /tests | |
parent | d3b6e1ab6e1a02433d5cb1ec115c51cd8bb890d3 (diff) |
tests: Add YVU 3-planar formats in RGB and WPF tests
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/vsp-unit-test-0002.sh | 2 | ||||
-rwxr-xr-x | tests/vsp-unit-test-0014.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/vsp-unit-test-0002.sh b/tests/vsp-unit-test-0002.sh index 5979927..cc18126 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 YUV422M YUV444M YUYV YVYU" +formats="NV12M NV16M NV21M NV61M UYVY VYUY YUV420M YUV422M YUV444M YVU420M YVU422M YVU444M YUYV YVYU" test_wpf_packing() { test_start "WPF packing in $format" diff --git a/tests/vsp-unit-test-0014.sh b/tests/vsp-unit-test-0014.sh index 6bc7480..cd3faac 100755 --- a/tests/vsp-unit-test-0014.sh +++ b/tests/vsp-unit-test-0014.sh @@ -9,7 +9,7 @@ source vsp-lib.sh features="rpf.0 wpf.0" -formats="NV12M NV16M NV21M NV61M UYVY VYUY YUV420M YUV422M YUV444M YUYV YVYU" +formats="NV12M NV16M NV21M NV61M UYVY VYUY YUV420M YUV422M YUV444M YVU420M YVU422M YVU444M YUYV YVYU" test_rpf_unpacking() { test_start "RPF unpacking in $format" |