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>
1 file changed