Searched refs:src_w (Results 1 – 8 of 8) sorted by relevance
| /rockchip-linux_mpp/mpp/vproc/rga/test/ |
| H A D | rga_test.c | 19 RK_U32 src_w; member 90 cmd->src_w = atoi(next); in rga_test_parse_options() 149 RK_U32 src_w; in main() local 163 cmd.src_w, cmd.src_h, cmd.src_fmt, in main() 167 src_w = cmd.src_w; in main() 171 src_size = src_w * src_h * 4; in main() 216 ret = read_image((RK_U8 *)ptr, fin, cmd.src_w, cmd.src_h, in main() 217 cmd.src_w, cmd.src_h, cmd.dst_fmt); in main() 223 ret = fill_image((RK_U8 *)ptr, cmd.src_w, cmd.src_h, in main() 224 cmd.src_w, cmd.src_h, cmd.src_fmt, frame_count); in main() [all …]
|
| /rockchip-linux_mpp/mpp/vproc/iep/test/ |
| H A D | iep_test.c | 32 RK_S32 src_w; member 253 config_iep_img(&info->src, cfg->src_w, cfg->src_h, cfg->src_fmt, info->phy_src0); in iep_process_thread() 279 config_iep_img(&src1, cfg->src_w, cfg->src_h, cfg->src_fmt, info->phy_src1); in iep_process_thread() 280 config_iep_img(&dst1, cfg->src_w, cfg->src_h, cfg->src_fmt, info->phy_dst1); in iep_process_thread() 346 if (cfg->src_w <= 0) { in check_input_cmd() 347 mpp_err("non-positive input width %d\n", cfg->src_w); in check_input_cmd() 448 cfg.src_w = atoi(optarg); in main() 508 info.src_size = get_image_size(cfg.src_w, cfg.src_h, cfg.src_fmt); in main()
|
| /rockchip-linux_mpp/mpp/vproc/rga/ |
| H A D | rga.c | 279 RK_U32 src_w = mpp_frame_get_width(src); in rga_copy() local 299 mpp_assert(src_w > 0 && src_h > 0); in rga_copy() 302 dst_w = src_w; in rga_copy() 307 src_fd, src_w, src_h, src_fmt, in rga_copy() 315 request->src.act_w = src_w; in rga_copy()
|
| /rockchip-linux_mpp/mpp/hal/vpu/h264e/ |
| H A D | hal_h264e_vepu_v2.h | 42 RK_S32 src_w; member
|
| H A D | hal_h264e_vepu_v2.c | 330 prep->src_w = width; in h264e_vepu_prep_setup() 406 get_vepu_pixel_stride(stride_cfg, prep->src_w, hor_stride, format); in h264e_vepu_prep_setup()
|
| H A D | hal_h264e_vepu1_v2.c | 376 RK_U32 overfill_r = (hw_prep->src_w & 0x0f) ? in hal_h264e_vepu1_gen_regs_v2() 377 ((16 - (hw_prep->src_w & 0x0f)) / 4) : 0; in hal_h264e_vepu1_gen_regs_v2()
|
| H A D | hal_h264e_vepu2_v2.c | 417 RK_U32 overfill_r = (hw_prep->src_w & 0x0f) ? in hal_h264e_vepu2_gen_regs_v2() 418 ((16 - (hw_prep->src_w & 0x0f)) / 4) : 0; in hal_h264e_vepu2_gen_regs_v2()
|
| /rockchip-linux_mpp/osal/linux/ |
| H A D | drm_mode.h | 158 __u32 src_h, src_w; member
|