tests/amdgpu: add jpeg tests support
authorSathishkumar S <sathishkumar.sundararaju@amd.com>
Wed, 8 Dec 2021 23:35:03 +0000 (05:05 +0530)
committerLeo Liu <leo.liu@amd.com>
Fri, 10 Dec 2021 00:31:45 +0000 (19:31 -0500)
commit294b9c8322ab0f3b3e0c497e388064e4e3920f60
treeff7a3e364942ffc4cadf773616434554dcf22022
parentfebfe0addd51a48c7c9dd7fd9ddf9b5a3b5cd7c6
tests/amdgpu: add jpeg tests support

v2:
- remove dec create/destroy msg as its not relevant to jpeg (Leo)
- enable the test for jpeg2/jpeg3 (Leo)
- validate checksum of result (Leo)
- add appropriate comments (Leo)

v3:
- linux style function definition indent (James)
- use multiline comment delimiter (Leo)

Signed-off-by: Sathishkumar S <sathishkumar.sundararaju@amd.com>
Reviewed-by: Leo Liu <leo.liu@amd.com>
tests/amdgpu/amdgpu_test.c
tests/amdgpu/amdgpu_test.h
tests/amdgpu/decode_messages.h
tests/amdgpu/jpeg_tests.c [new file with mode: 0644]
tests/amdgpu/meson.build