| /rockchip-linux_mpp/mpp/vproc/iep2/test/ |
| H A D | iep2_test.c | 40 RK_S32 dst_fmt; member 135 cfg->dst_fmt, cfg->dst_swa); in check_input_cmd() 150 if (cfg->dst_fmt < IEP2_FMT_YUV422 || in check_input_cmd() 151 cfg->dst_fmt > IEP2_FMT_YUV420 || in check_input_cmd() 200 size_t dstfrmsize = get_frm_size(cfg->dst_fmt, cfg->w, cfg->h); in iep2_test() 285 params.param.com.dfmt = cfg->dst_fmt; in iep2_test() 297 imgdst[i].format = cfg->dst_fmt; in iep2_test() 382 cfg.dst_fmt = IEP2_FMT_YUV420; in main() 400 cfg.dst_fmt = str_to_iep2_fmt(optarg); in main()
|
| /rockchip-linux_mpp/mpp/vproc/rga/test/ |
| H A D | rga_test.c | 24 MppFrameFormat dst_fmt; member 120 cmd->dst_fmt = (MppFrameFormat) atoi(next); in rga_test_parse_options() 164 cmd.dst_w, cmd.dst_h, cmd.dst_fmt, in main() 217 cmd.src_w, cmd.src_h, cmd.dst_fmt); in main() 243 mpp_frame_set_fmt(dst_frm, cmd.dst_fmt); in main() 282 mpp_frame_set_fmt(src_frm, cmd.dst_fmt); in main()
|
| /rockchip-linux_mpp/mpp/vproc/iep/test/ |
| H A D | iep_test.c | 38 RK_S32 dst_fmt; member 254 config_iep_img(&info->dst, cfg->dst_w, cfg->dst_h, cfg->dst_fmt, info->phy_dst0); in iep_process_thread() 371 if (cfg->dst_fmt < IEP_FORMAT_ARGB_8888 || in check_input_cmd() 372 cfg->dst_fmt > IEP_FORMAT_YCrCb_420_P) { in check_input_cmd() 441 cfg.dst_fmt = IEP_FORMAT_YCbCr_420_SP; in main() 463 cfg.dst_fmt = str_to_iep_fmt(optarg); in main() 509 info.dst_size = get_image_size(cfg.dst_w, cfg.dst_h, cfg.dst_fmt); in main()
|
| /rockchip-linux_mpp/mpp/vproc/rga/ |
| H A D | rga.c | 288 RgaFormat dst_fmt = rga_fmt_map(mpp_frame_get_fmt(dst)); in rga_copy() local 292 if (src_fmt >= RGA_FMT_BUTT || dst_fmt >= RGA_FMT_BUTT) { in rga_copy() 294 src_fmt, dst_fmt); in rga_copy() 308 dst_fd, dst_w, dst_h, dst_fmt); in rga_copy() 321 request->dst.format = (RK_U32)dst_fmt; in rga_copy()
|
| /rockchip-linux_mpp/mpp/vproc/vdpp/test/ |
| H A D | vdpp_test.c | 40 RK_U32 dst_fmt; member 225 size_t dstfrmsize = get_dst_frm_size(cfg->dst_fmt, cfg->dst_width_vir, cfg->dst_height_vir); in vdpp_test() 317 params.param.com2.dfmt = cfg->dst_fmt; in vdpp_test() 339 params.param.com.dfmt = cfg->dst_fmt; in vdpp_test() 480 cfg.dst_fmt = VDPP_FMT_YUV444; in main() 583 cfg.dst_fmt = str_to_vdpp_fmt(optarg); in main()
|
| /rockchip-linux_mpp/mpp/vproc/vdpp/ |
| H A D | vdpp.c | 36 dst_reg->common.reg1.sw_vdpp_dst_fmt = src_params->dst_fmt; in vdpp_params_to_reg() 107 zme_params->dst_fmt = src_params->dst_fmt; in vdpp_params_to_reg() 154 param->dst_fmt = VDPP_FMT_YUV444; in vdpp_set_default_param() 236 ctx->params.dst_fmt = param->com.dfmt; in vdpp_set_param()
|
| H A D | vdpp.h | 27 RK_U32 dst_fmt; member
|
| H A D | vdpp_common.c | 806 if (zme_params->dst_fmt == VDPP_FMT_YUV444) { in set_zme_to_vdpp_reg() 814 } else if (zme_params->dst_fmt == VDPP_FMT_YUV420) { in set_zme_to_vdpp_reg() 834 if (zme_params->dst_fmt == VDPP_FMT_YUV444) in set_zme_to_vdpp_reg()
|
| H A D | vdpp2.h | 193 RK_U32 dst_fmt; member
|
| H A D | vdpp2.c | 1095 dst_reg->common.reg1.sw_vdpp_dst_fmt = src_params->dst_fmt; in vdpp2_params_to_reg() 1185 zme_params->dst_fmt = src_params->dst_fmt; in vdpp2_params_to_reg() 1413 param->dst_fmt = VDPP_FMT_YUV444; in vdpp2_set_default_param() 1511 ctx->params.dst_fmt = param->com.dfmt; in vdpp2_set_param() 1568 ctx->params.dst_fmt = param->com2.dfmt; in vdpp2_set_param()
|
| H A D | vdpp_common.h | 249 RK_U32 dst_fmt; member
|
| /rockchip-linux_mpp/mpp/vproc/iep2/ |
| H A D | iep2.c | 101 ctx->params.dst_fmt = IEP2_FMT_YUV420; in iep2_init() 168 ctx->params.dst_fmt = IEP2_FMT_YUV420; in iep2_init() 304 ctx->params.dst_fmt = param->com.dfmt; in iep2_set_param()
|
| H A D | iep2.h | 49 uint32_t dst_fmt; member
|