sr: fix core0 input size config

PD#170665: sr: fix core0 input size config

Change-Id: I83ae7300917d2b17dac85fea455452d8a17f5f57
Signed-off-by: Dezhi Kong <dezhi.kong@amlogic.com>
This commit is contained in:
Dezhi Kong
2018-09-04 20:06:54 +08:00
committed by Jianxin Pan
parent 15e1474f40
commit 6d7eab910c

View File

@@ -6104,8 +6104,8 @@ SET_FILTER:
if (!legacy_vpp) {
VSYNC_WR_MPEG_REG(
VPP_PREBLEND_H_SIZE + cur_dev->vpp_off,
(cur_frame_par->VPP_pic_in_height_ << 16)
| cur_frame_par->VPP_line_in_length_);
(cur_frame_par->video_input_h << 16)
| cur_frame_par->video_input_w);
VSYNC_WR_MPEG_REG(
VPP_POSTBLEND_H_SIZE + cur_dev->vpp_off,
((cur_frame_par->VPP_post_blend_vd_v_end_ + 1)