Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/vproc/iep/
H A Diep.c123 mpp_log("act_w %d\n", img->act_w); in dump_iep_img()
227 if (src->act_w > 4096 || src->act_h > 8192) { in check_msg_image()
232 if (dst->act_w > 4096 || dst->act_h > 4096) { in check_msg_image()
237 …RK_S32 scl_fct_h = src->act_w > dst->act_w ? (src->act_w * 1000 / dst->act_w) : (dst->act_w * 1000… in check_msg_image()
H A Diep.h137 RK_U16 act_w; // act_width member
/rockchip-linux_mpp/mpp/vproc/rga/
H A Drga.c178 img->act_w = width; in config_rga_image()
315 request->src.act_w = src_w; in rga_copy()
326 request->dst.act_w = dst_w; in rga_copy()
374 request->src.act_w = width; in rga_dup_field()
382 request->dst.act_w = width; in rga_dup_field()
H A Drga.h59 RK_U16 act_w; // width member
/rockchip-linux_mpp/mpp/vproc/inc/
H A Diep_common.h84 RK_U16 act_w; // act_width member
/rockchip-linux_mpp/mpp/vproc/iep/test/
H A Diep_test.c237 img->act_w = w; in config_iep_img()
/rockchip-linux_mpp/mpp/vproc/
H A Dmpp_dec_vproc.c216 img->act_w = mpp_frame_get_width(frm); in dec_vproc_set_img_fmt()
518 params.param.com.width = img.act_w; in dec_vproc_config_dei_v2()