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 YUYV YVYU"
14 test_rpf_unpacking() {
15 test_start "RPF unpacking in $format"
17 pipe_configure rpf-wpf 0 0
18 format_configure rpf-wpf 0 0 $format 1024x768 YUV444M
23 result=$(compare_frames)
29 for format in $formats ; do
30 test_rpf_unpacking $format
34 test_init $0 "$features"