4 # Test RPF unpacking in RGB mode. Use a RPF -> WPF pipeline with a fixed YUV444M
5 # format on the output and feed frames to the VSP in all YUV formats supported
11 features="rpf.0 wpf.0"
12 formats="NV12M NV16M NV21M NV61M UYVY VYUY YUV420M YUV422M YUV444M YVU420M YVU422M YVU444M YUYV YVYU"
14 test_rpf_unpacking() {
15 test_start "RPF unpacking 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 $format 1024x768 YUV444M
28 local result=$(compare_frames)
36 for format in $formats ; do
37 test_rpf_unpacking $format
41 test_init $0 "$features"