Home
last modified time | relevance | path

Searched refs:dst_vactive (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/misc/rk628/
H A Drk628_post_process.c22 u32 dst_vsync_len, dst_vback_porch, dst_vactive; in calc_dsp_frm_hst_vst() local
44 dst_vactive = dst->vdisplay; in calc_dsp_frm_hst_vst()
55 v_scale_ratio = src_vactive / dst_vactive; in calc_dsp_frm_hst_vst()
94 u32 dst_vsync_len, dst_vback_porch, dst_vfront_porch, dst_vactive; in rk628_post_process_scaler_init() local
108 dst_vactive = dst->vdisplay; in rk628_post_process_scaler_init()
113 dst_vactive + dst_vfront_porch; in rk628_post_process_scaler_init()
118 dsp_vbor_end = dst_vsync_len + dst_vback_porch + dst_vactive; in rk628_post_process_scaler_init()
151 if (src_vactive > dst_vactive) { in rk628_post_process_scaler_init()
155 if ((src_vactive - 1) / (dst_vactive - 1) > 2) in rk628_post_process_scaler_init()
157 (dst_vactive - 1); in rk628_post_process_scaler_init()
[all …]