Fix PXP stuck issue on some cases

When output height is eight, yscale of ps engine will be over two,
it is not support by pxp.
According to pxp doc, a factor greater than 2 is not supported with
the bilinear filter. so correct it when this case happens in order to
ensure that pxp will not hang up.

Bug: 65864256, Bug: 74214035
Test: android.view.cts.SurfaceViewSyncTest#testSurfaceViewSmallScale
Change-Id: I36b954f4d34c539a807b2cc40f146218ffbaed38
Signed-off-by: fang hui <hui.fang@nxp.com>
2 files changed