diff options
author | Tiffany Lin <[email protected]> | 2016-08-15 00:08:03 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <[email protected]> | 2016-08-24 11:26:41 -0300 |
commit | 91ae0e1ec6ec91cd297933886b424f9a4a8acbd4 (patch) | |
tree | 0b8be6431ca01f6fe20b1678542cf84946ec4d83 /tools/perf/scripts/python/bin/export-to-postgresql-report | |
parent | ad34f5412d2a04a894b2cd2912538ae2e5d64e76 (diff) |
[media] vcodec:mediatek: Fix visible_height larger than coded_height issue in s_fmt_out
The original code add extra 32 line to visible_height.
It is incorrect, 32 line should be add to coded_height.
The purpose is that user space could calcuate real buffer size needed by using
coded_width * coded_height.
But this method will make v4l2-compliance test fail, since g_fmt != s_fmt(g_fmt)
So remove extend visible_height or coded_height, user space should just
use sizeimage to get real buffer size needed
Signed-off-by: Tiffany Lin <[email protected]>
Signed-off-by: Hans Verkuil <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-postgresql-report')
0 files changed, 0 insertions, 0 deletions