mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 19:59:46 +00:00
fate: add SGI tests
This commit is contained in:
parent
d613091f88
commit
55c6e59906
@ -62,6 +62,38 @@ fate-pngparser: CMD = framecrc -f image2pipe -i $(TARGET_SAMPLES)/png1/libav_4x_
|
||||
FATE_SAMPLES_AVCONV-$(call DEMDEC, IMAGE2, PTX) += fate-ptx
|
||||
fate-ptx: CMD = framecrc -i $(TARGET_SAMPLES)/ptx/_113kw_pic.ptx -pix_fmt rgb24
|
||||
|
||||
FATE_SGI += fate-sgi-gray
|
||||
fate-sgi-gray: CMD = framecrc -i $(TARGET_SAMPLES)/sgi/vulap_gray.sgi -pix_fmt gray
|
||||
|
||||
FATE_SGI += fate-sgi-gray16
|
||||
fate-sgi-gray16: CMD = framecrc -i $(TARGET_SAMPLES)/sgi/vulap_gray16.sgi -pix_fmt gray16
|
||||
|
||||
FATE_SGI += fate-sgi-rgb24
|
||||
fate-sgi-rgb24: CMD = framecrc -i $(TARGET_SAMPLES)/sgi/vulap_rgb24.sgi -pix_fmt rgb24
|
||||
|
||||
FATE_SGI += fate-sgi-rgb24-rle
|
||||
fate-sgi-rgb24-rle: CMD = framecrc -i $(TARGET_SAMPLES)/sgi/uvmap_rgb24_rle.sgi -pix_fmt rgb24
|
||||
|
||||
FATE_SGI += fate-sgi-rgb48
|
||||
fate-sgi-rgb48: CMD = framecrc -i $(TARGET_SAMPLES)/sgi/vulap_rgb48.sgi -pix_fmt rgb48be
|
||||
|
||||
FATE_SGI += fate-sgi-rgb48-rle
|
||||
fate-sgi-rgb48-rle: CMD = framecrc -i $(TARGET_SAMPLES)/sgi/uvmap_rgb48_rle.sgi -pix_fmt rgb48be
|
||||
|
||||
FATE_SGI += fate-sgi-rgba
|
||||
fate-sgi-rgba: CMD = framecrc -i $(TARGET_SAMPLES)/sgi/vulap_rgba.sgi -pix_fmt rgba
|
||||
|
||||
FATE_SGI += fate-sgi-rgba64
|
||||
fate-sgi-rgba64: CMD = framecrc -i $(TARGET_SAMPLES)/sgi/vulap_rgba64.sgi -pix_fmt rgba64be
|
||||
|
||||
FATE_SGI += fate-sgi-rgba64-rle
|
||||
fate-sgi-rgba64-rle: CMD = framecrc -i $(TARGET_SAMPLES)/sgi/maya_rgba64_rle.sgi -pix_fmt rgba64be
|
||||
|
||||
FATE_SGI-$(call DEMDEC, IMAGE2, SGI) += $(FATE_SGI)
|
||||
|
||||
FATE_SAMPLES_AVCONV += $(FATE_SGI-yes)
|
||||
fate-sgi: $(FATE_SGI-yes)
|
||||
|
||||
FATE_SUNRASTER += fate-sunraster-1bit-raw
|
||||
fate-sunraster-1bit-raw: CMD = framecrc -i $(TARGET_SAMPLES)/sunraster/lena-1bit-raw.sun
|
||||
|
||||
|
2
tests/ref/fate/sgi-gray
Normal file
2
tests/ref/fate/sgi-gray
Normal file
@ -0,0 +1,2 @@
|
||||
#tb 0: 1/25
|
||||
0, 0, 0, 1, 131072, 0xb0702a94
|
2
tests/ref/fate/sgi-gray16
Normal file
2
tests/ref/fate/sgi-gray16
Normal file
@ -0,0 +1,2 @@
|
||||
#tb 0: 1/25
|
||||
0, 0, 0, 1, 262144, 0xecdaf084
|
2
tests/ref/fate/sgi-rgb24
Normal file
2
tests/ref/fate/sgi-rgb24
Normal file
@ -0,0 +1,2 @@
|
||||
#tb 0: 1/25
|
||||
0, 0, 0, 1, 393216, 0xa9b28fd9
|
2
tests/ref/fate/sgi-rgb24-rle
Normal file
2
tests/ref/fate/sgi-rgb24-rle
Normal file
@ -0,0 +1,2 @@
|
||||
#tb 0: 1/25
|
||||
0, 0, 0, 1, 393216, 0xe96e1de2
|
2
tests/ref/fate/sgi-rgb48
Normal file
2
tests/ref/fate/sgi-rgb48
Normal file
@ -0,0 +1,2 @@
|
||||
#tb 0: 1/25
|
||||
0, 0, 0, 1, 786432, 0xee4aa667
|
2
tests/ref/fate/sgi-rgb48-rle
Normal file
2
tests/ref/fate/sgi-rgb48-rle
Normal file
@ -0,0 +1,2 @@
|
||||
#tb 0: 1/25
|
||||
0, 0, 0, 1, 786432, 0xbc743bc4
|
2
tests/ref/fate/sgi-rgba
Normal file
2
tests/ref/fate/sgi-rgba
Normal file
@ -0,0 +1,2 @@
|
||||
#tb 0: 1/25
|
||||
0, 0, 0, 1, 524288, 0x4ee5adbb
|
2
tests/ref/fate/sgi-rgba64
Normal file
2
tests/ref/fate/sgi-rgba64
Normal file
@ -0,0 +1,2 @@
|
||||
#tb 0: 1/25
|
||||
0, 0, 0, 1, 1048576, 0xc657e22b
|
2
tests/ref/fate/sgi-rgba64-rle
Normal file
2
tests/ref/fate/sgi-rgba64-rle
Normal file
@ -0,0 +1,2 @@
|
||||
#tb 0: 1/25
|
||||
0, 0, 0, 1, 614400, 0xb92d409d
|
Loading…
Reference in New Issue
Block a user