Home
last modified time | relevance | path

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

/rockchip-linux_mpp/inc/
H A Dmpp_sys_cfg.h51 RK_U32 crop_right; member
/rockchip-linux_mpp/mpp/codec/enc/h264/
H A Dh264e_sps.c75 RK_S32 crop_right = MPP_ALIGN(width, 16) - width; in h264e_sps_update() local
206 if (crop_right || crop_bottom) { in h264e_sps_update()
209 sps->crop.right = crop_right; in h264e_sps_update()
/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_sps.c392 RK_U32 crop_left = 0, crop_right = 0; in update_video_pars() local
419 crop_right = SubWidthC [sps->chroma_format_idc] * sps->frame_crop_right_offset; in update_video_pars()
423 crop_left = crop_right = crop_top = crop_bottom = 0; in update_video_pars()
425 p_Vid->width_after_crop = p_Vid->width - crop_left - crop_right; in update_video_pars()
/rockchip-linux_mpp/mpp/base/
H A Dmpp_sys_cfg.c86 …ENTRY(dec_buf_chk, crop_right, u32, RK_U32, MPP_SYS_DEC_BUF_CHK_CFG_CHANGE_CROP_RIGHT,…