Searched refs:crop_bottom (Results 1 – 4 of 4) sorted by relevance
49 RK_U32 crop_bottom; member
76 RK_S32 crop_bottom = MPP_ALIGN(height, 16) - height; in h264e_sps_update() local206 if (crop_right || crop_bottom) { in h264e_sps_update()211 sps->crop.bottom = crop_bottom; in h264e_sps_update()
393 RK_U32 crop_top = 0, crop_bottom = 0; in update_video_pars() local421 …crop_bottom = SubHeightC[sps->chroma_format_idc] * ( 2 - sps->frame_mbs_only_flag ) * sps->frame_c… in update_video_pars()423 crop_left = crop_right = crop_top = crop_bottom = 0; in update_video_pars()426 p_Vid->height_after_crop = p_Vid->height - crop_top - crop_bottom; in update_video_pars()
84 …ENTRY(dec_buf_chk, crop_bottom, u32, RK_U32, MPP_SYS_DEC_BUF_CHK_CFG_CHANGE_CROP_BOTTOM…