Home
last modified time | relevance | path

Searched refs:dst_w (Results 1 – 3 of 3) sorted by relevance

/rockchip-linux_mpp/mpp/vproc/rga/test/
H A Drga_test.c21 RK_U32 dst_w; member
116 cmd->dst_w = atoi(next); in rga_test_parse_options()
151 RK_U32 dst_w; in main() local
164 cmd.dst_w, cmd.dst_h, cmd.dst_fmt, in main()
169 dst_w = cmd.dst_w; in main()
172 dst_size = dst_w * dst_h * 4; in main()
239 mpp_frame_set_width(dst_frm, dst_w); in main()
241 mpp_frame_set_hor_stride(dst_frm, MPP_ALIGN(dst_w, 16)); in main()
278 mpp_frame_set_width(src_frm, dst_w); in main()
280 mpp_frame_set_hor_stride(src_frm, MPP_ALIGN(dst_w, 16) * 2); in main()
/rockchip-linux_mpp/mpp/vproc/rga/
H A Drga.c281 RK_U32 dst_w = mpp_frame_get_width(dst); in rga_copy() local
301 if (dst_w == 0 || dst_h == 0) { in rga_copy()
302 dst_w = src_w; in rga_copy()
308 dst_fd, dst_w, dst_h, dst_fmt); in rga_copy()
319 request->dst.vir_w = dst_w; in rga_copy()
323 request->clip.xmax = dst_w - 1; in rga_copy()
326 request->dst.act_w = dst_w; in rga_copy()
/rockchip-linux_mpp/mpp/vproc/iep/test/
H A Diep_test.c36 RK_S32 dst_w; member
254 config_iep_img(&info->dst, cfg->dst_w, cfg->dst_h, cfg->dst_fmt, info->phy_dst0); in iep_process_thread()
363 if (cfg->dst_w <= 0) { in check_input_cmd()
364 mpp_err("non-positive input width %d\n", cfg->dst_w); in check_input_cmd()
457 cfg.dst_w = atoi(optarg); in main()
509 info.dst_size = get_image_size(cfg.dst_w, cfg.dst_h, cfg.dst_fmt); in main()