1cabdff1aSopenharmony_ciFATE_CDXL += fate-cdxl-bitline-ham6
2cabdff1aSopenharmony_cifate-cdxl-bitline-ham6: CMD = framecrc -i $(TARGET_SAMPLES)/cdxl/bitline.cdxl -frames:v 10
3cabdff1aSopenharmony_ci
4cabdff1aSopenharmony_ciFATE_CDXL += fate-cdxl-ham6
5cabdff1aSopenharmony_cifate-cdxl-ham6: CMD = framecrc -i $(TARGET_SAMPLES)/cdxl/cat.cdxl -an -frames:v 16
6cabdff1aSopenharmony_ci
7cabdff1aSopenharmony_ciFATE_CDXL += fate-cdxl-ham8
8cabdff1aSopenharmony_cifate-cdxl-ham8: CMD = framecrc -i $(TARGET_SAMPLES)/cdxl/mirage.cdxl -an -frames:v 1
9cabdff1aSopenharmony_ci
10cabdff1aSopenharmony_ciFATE_CDXL-$(call FRAMECRC, CDXL, CDXL, SCALE_FILTER) += fate-cdxl-pal8
11cabdff1aSopenharmony_cifate-cdxl-pal8: CMD = framecrc -i $(TARGET_SAMPLES)/cdxl/maku.cdxl -pix_fmt rgb24 -frames:v 11 -vf scale
12cabdff1aSopenharmony_ci
13cabdff1aSopenharmony_ciFATE_CDXL-$(call FRAMECRC, CDXL, CDXL, SCALE_FILTER) += fate-cdxl-pal8-small
14cabdff1aSopenharmony_cifate-cdxl-pal8-small: CMD = framecrc -i $(TARGET_SAMPLES)/cdxl/fruit.cdxl -an -pix_fmt rgb24 -frames:v 46 -vf scale
15cabdff1aSopenharmony_ci
16cabdff1aSopenharmony_ciFATE_CDXL-$(call FRAMECRC, CDXL, CDXL) += $(FATE_CDXL)
17cabdff1aSopenharmony_ci
18cabdff1aSopenharmony_ciFATE_SAMPLES_AVCONV += $(FATE_CDXL-yes)
19cabdff1aSopenharmony_cifate-cdxl: $(FATE_CDXL-yes)
20