commit | 8d4eb2acb6d430e155a7d81bdbceca1e3394674b | [log] [tgz] |
---|---|---|
author | Tiffany Lin <tiffany.lin@mediatek.com> | Wed Jul 13 05:05:23 2016 -0300 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Fri Jul 15 13:19:35 2016 -0300 |
tree | eeed998ce9a9e23ce732d7dbbdf2a35b6c6fbe58 | |
parent | 86e3577f11d0aa8a5d3c6199f9e3f23cdbd0c0ac [diff] |
[media] mtk-vcodec: fix default OUTPUT buffer size When calculate OUTPUT buffer size in vidioc_try_fmt, it will add more size hw need in each plane. But in mtk_vcodec_enc_set_default_params, it do not add same size in each plane. This makes v4l2-compliance test fail. This patch fix the issue. Signed-off-by: Tiffany Lin <tiffany.lin@mediatek.com> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>