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 YUYV YVYU"
15 test_start "WPF packing in $format"
17 pipe_configure rpf-wpf 0 0
18 format_configure rpf-wpf 0 0 YUYV 1024x768 $format
20 $vsp_runner $mdev input 0 YUYV &
21 $vsp_runner $mdev output 0 $format
23 result=$(compare_frames fuzzy reference)
29 for format in $formats ; do
30 test_wpf_packing $format
34 test_init $0 "$features"