Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/vproc/iep/
H A Diep.c124 mpp_log("act_h %d\n", img->act_h); 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()
238 …RK_S32 scl_fct_v = src->act_h > dst->act_h ? (src->act_h * 1000 / dst->act_h) : (dst->act_h * 1000… in check_msg_image()
H A Diep.h138 RK_U16 act_h; // act_height member
/rockchip-linux_mpp/mpp/vproc/rga/
H A Drga.c179 img->act_h = height; in config_rga_image()
316 request->src.act_h = src_h; in rga_copy()
327 request->dst.act_h = dst_h; in rga_copy()
375 request->src.act_h = height / 2; in rga_dup_field()
383 request->dst.act_h = height / 2; in rga_dup_field()
H A Drga.h60 RK_U16 act_h; // height member
/rockchip-linux_mpp/mpp/vproc/inc/
H A Diep_common.h85 RK_U16 act_h; // act_height member
/rockchip-linux_mpp/mpp/vproc/iep/test/
H A Diep_test.c238 img->act_h = h; in config_iep_img()
/rockchip-linux_mpp/mpp/vproc/
H A Dmpp_dec_vproc.c217 img->act_h = mpp_frame_get_height(frm); in dec_vproc_set_img_fmt()
519 params.param.com.height = img.act_h; in dec_vproc_config_dei_v2()