diff options
Diffstat (limited to 'tests/vsp-unit-test-0014.sh')
-rwxr-xr-x | tests/vsp-unit-test-0014.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/vsp-unit-test-0014.sh b/tests/vsp-unit-test-0014.sh index b9e8e7c..6bc7480 100755 --- a/tests/vsp-unit-test-0014.sh +++ b/tests/vsp-unit-test-0014.sh @@ -14,6 +14,11 @@ formats="NV12M NV16M NV21M NV61M UYVY VYUY YUV420M YUV422M YUV444M YUYV YVYU" test_rpf_unpacking() { test_start "RPF unpacking in $format" + if [ $format = VYUY -a $(vsp1_generation) != VSP1 ] ; then + test_complete skip + return + fi + pipe_configure rpf-wpf 0 0 format_configure rpf-wpf 0 0 $format 1024x768 YUV444M |