1cabdff1aSopenharmony_ciFATE_SAMPLES_EA-$(call ENCDEC, PCM_S16LE ADPCM_EA_XAS, PCM_S16LE EA_CDATA, ARESAMPLE_FILTER) += fate-ea-cdata
2cabdff1aSopenharmony_cifate-ea-cdata: CMD = md5 -i $(TARGET_SAMPLES)/ea-cdata/166b084d.46410f77.0009b440.24be960c.cdata -f s16le -af aresample
3cabdff1aSopenharmony_ci
4cabdff1aSopenharmony_ciFATE_SAMPLES_EA-$(call FRAMECRC, EA, EACMV, SCALE_FILTER) += fate-ea-cmv
5cabdff1aSopenharmony_cifate-ea-cmv: CMD = framecrc -i $(TARGET_SAMPLES)/ea-cmv/TITLE.CMV -pix_fmt rgb24 -vf scale
6cabdff1aSopenharmony_ci
7cabdff1aSopenharmony_ciFATE_SAMPLES_EA-$(call FRAMECRC, EA, EAMAD) += fate-ea-mad
8cabdff1aSopenharmony_cifate-ea-mad: CMD = framecrc -i $(TARGET_SAMPLES)/ea-mad/NFS6LogoE.mad -an
9cabdff1aSopenharmony_ci
10cabdff1aSopenharmony_ciFATE_SAMPLES_EA-$(call FRAMECRC, EA, EATGQ) += fate-ea-tgq
11cabdff1aSopenharmony_cifate-ea-tgq: CMD = framecrc -i $(TARGET_SAMPLES)/ea-tgq/v27.tgq -an
12cabdff1aSopenharmony_ci
13cabdff1aSopenharmony_ciFATE_EA_TGV-$(call FRAMECRC, EA, EATGV, SCALE_FILTER) += fate-ea-tgv-1 fate-ea-tgv-2
14cabdff1aSopenharmony_cifate-ea-tgv-1: CMD = framecrc -i $(TARGET_SAMPLES)/ea-tgv/INTRO8K-partial.TGV -pix_fmt rgb24 -an -vf scale
15cabdff1aSopenharmony_cifate-ea-tgv-2: CMD = framecrc -i $(TARGET_SAMPLES)/ea-tgv/INTEL_S.TGV -pix_fmt rgb24 -an -vf scale
16cabdff1aSopenharmony_ci
17cabdff1aSopenharmony_ciFATE_SAMPLES_EA-yes += $(FATE_EA_TGV-yes)
18cabdff1aSopenharmony_cifate-ea-tgv: $(FATE_EA_TGV-yes)
19cabdff1aSopenharmony_ci
20cabdff1aSopenharmony_ciFATE_SAMPLES_EA-$(call FRAMECRC, EA, EATQI) += fate-ea-tqi
21cabdff1aSopenharmony_cifate-ea-tqi: CMD = framecrc -i $(TARGET_SAMPLES)/ea-wve/networkBackbone-partial.wve -frames:v 26 -an
22cabdff1aSopenharmony_ci
23cabdff1aSopenharmony_ciFATE_SAMPLES_FFMPEG += $(FATE_SAMPLES_EA-yes)
24cabdff1aSopenharmony_cifate-ea: $(FATE_SAMPLES_EA-yes)
25