e0b8eb0f | 17-Jan-2024 |
Detlev Casanova <detlev.casanova@collabora.com> |
media: visl: Add codec specific variability on output frames
When running tests with different input data, the stable output frames could be too similar and hide possible issues.
This commit adds v
media: visl: Add codec specific variability on output frames
When running tests with different input data, the stable output frames could be too similar and hide possible issues.
This commit adds variation by using some codec specific parameters.
Only HEVC and H.264 support this.
Reviewed-by: Daniel Almeida <daniel.almeida@collabora.com> Signed-off-by: Detlev Casanova <detlev.casanova@collabora.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> [hverkuil: add media: prefix to Subject]
show more ...
|
8901f20b | 17-Jan-2024 |
Detlev Casanova <detlev.casanova@collabora.com> |
media: visl: Add a tpg_verbose parameter
The text written on the output frames stable for a given input. Remove the unstable elements like pointers, buffer indexes or queues status so that frames ar
media: visl: Add a tpg_verbose parameter
The text written on the output frames stable for a given input. Remove the unstable elements like pointers, buffer indexes or queues status so that frames are always identical and can be compared against a reference in automatic tests.
As the unstable information can be relevant when debugging the API, add a tpg_verbose parameter to show them.
Signed-off-by: Detlev Casanova <detlev.casanova@collabora.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> [hverkuil: correct a few small checkpatch issues]
show more ...
|