4 # Test WPF packing in YUV mode. Use a RPF -> WPF pipeline with a fixed YUYV
5 # format on the input and capture output frames in all YUV formats supported
11 features="rpf.0 wpf.0"
12 formats="NV12M NV16M NV21M NV61M UYVY VYUY YUV420M YUV422M YUV444M YUYV YVYU"
15 test_start "WPF packing in $format"
17 if [ $format = VYUY -a $(vsp1_generation) != VSP1 ] ; then
22 pipe_configure rpf-wpf 0 0
23 format_configure rpf-wpf 0 0 YUV444M 1024x768 $format
28 local result=$(compare_frames)
36 for format in $formats ; do
37 test_wpf_packing $format
41 test_init $0 "$features"