Searched refs:dst_h (Results 1 – 3 of 3) sorted by relevance
| /rockchip-linux_mpp/mpp/vproc/rga/test/ |
| H A D | rga_test.c | 22 RK_U32 dst_h; member 118 cmd->dst_h = atoi(next); in rga_test_parse_options() 152 RK_U32 dst_h; in main() local 164 cmd.dst_w, cmd.dst_h, cmd.dst_fmt, in main() 170 dst_h = cmd.dst_h; in main() 172 dst_size = dst_w * dst_h * 4; in main() 240 mpp_frame_set_height(dst_frm, dst_h); in main() 242 mpp_frame_set_ver_stride(dst_frm, MPP_ALIGN(dst_h, 16)); in main() 279 mpp_frame_set_height(src_frm, dst_h / 2); in main()
|
| /rockchip-linux_mpp/mpp/vproc/rga/ |
| H A D | rga.c | 282 RK_U32 dst_h = mpp_frame_get_height(dst); in rga_copy() local 301 if (dst_w == 0 || dst_h == 0) { in rga_copy() 303 dst_h = src_h; in rga_copy() 308 dst_fd, dst_w, dst_h, dst_fmt); in rga_copy() 320 request->dst.vir_h = dst_h; in rga_copy() 325 request->clip.ymax = dst_h - 1; in rga_copy() 327 request->dst.act_h = dst_h; in rga_copy()
|
| /rockchip-linux_mpp/mpp/vproc/iep/test/ |
| H A D | iep_test.c | 37 RK_S32 dst_h; member 254 config_iep_img(&info->dst, cfg->dst_w, cfg->dst_h, cfg->dst_fmt, info->phy_dst0); in iep_process_thread() 367 if (cfg->dst_h <= 0) { in check_input_cmd() 368 mpp_err("non-positive input height %d\n", cfg->dst_h); in check_input_cmd() 460 cfg.dst_h = atoi(optarg); in main() 509 info.dst_size = get_image_size(cfg.dst_w, cfg.dst_h, cfg.dst_fmt); in main()
|