projects
/
renesas
/
vsp-tests.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
tests: Perform scaling verification in fuzzy mode
[renesas/vsp-tests.git]
/
tests
/
vsp-unit-test-0003.sh
diff --git
a/tests/vsp-unit-test-0003.sh
b/tests/vsp-unit-test-0003.sh
index
ff81509
..
64180c4
100755
(executable)
--- a/
tests/vsp-unit-test-0003.sh
+++ b/
tests/vsp-unit-test-0003.sh
@@
-8,7
+8,7
@@
source vsp-lib.sh
features="rpf.0 uds wpf.0"
source vsp-lib.sh
features="rpf.0 uds wpf.0"
-formats="RGB24
UYVY
"
+formats="RGB24
YUV444M
"
test_scale() {
format=$1
test_scale() {
format=$1
@@
-17,19
+17,18
@@
test_scale() {
test_start "scaling from $insize to $outsize in $format"
test_start "scaling from $insize to $outsize in $format"
- pipe_configure rpf-uds | ./logger.sh config >> $logfile
- format_configure rpf-uds \
- $format $insize $format $outsize | ./logger.sh config >> $logfile
+ pipe_configure rpf-uds
+ format_configure rpf-uds $format $insize $format $outsize
- $vsp_runner $mdev input 0 $format
| ./logger.sh input.0 >> $logfile
&
- $vsp_runner $mdev output 0 $format
| ./logger.sh output.0 >> $logfile
+ $vsp_runner $mdev input 0 $format &
+ $vsp_runner $mdev output 0 $format
- result=$(compare_frames
exact scaled $format 0
)
+ result=$(compare_frames
fuzzy
)
test_complete $result
}
test_complete $result
}
-test_
ru
n() {
+test_
mai
n() {
for format in $formats ; do
test_scale $format 1024x768 640x480
test_scale $format 640x480 1024x768
for format in $formats ; do
test_scale $format 1024x768 640x480
test_scale $format 640x480 1024x768