commit | cd76ab61cfeeb7b43670f2d230a9d438e06b6fde | [log] [tgz] |
---|---|---|
author | Haihua Hu <jared.hu@nxp.com> | Tue Jan 29 17:17:54 2019 +0800 |
committer | Haihua Hu <jared.hu@nxp.com> | Tue Jan 29 17:17:54 2019 +0800 |
tree | b3a81494e458d0289dfe9634eb4575ff1c683128 | |
parent | be30b3d6635bf7e97edb551e15e1c97ee3d6ab74 [diff] |
MMFMWK-8395 video-frame: correct copy width when format is NV12_10LE NV12_10LE one component occupy 10bit or 20bit which is 1.25Byte or 2.5Byte plane 0 10bit and plane 1 20bit (UV as one component) copy width should be w = (plane == 0 ? 1:2) * comp_width * 5 / 4; upstream status: imx specific Signed-off-by: Haihua Hu <jared.hu@nxp.com>