Home
last modified time | relevance | path

Searched refs:src_format (Results 1 – 2 of 2) sorted by relevance

/rockchip-linux_mpp/mpp/vproc/rga/
H A Drga.c195 int src_format = request->src.format; in config_rga_yuv2rgb_mode() local
199 if (is_yuv_format(src_format) && is_rgb_format(dst_format)) { in config_rga_yuv2rgb_mode()
202 } else if (is_rgb_format(src_format) && is_yuv_format(dst_format)) { in config_rga_yuv2rgb_mode()
/rockchip-linux_mpp/mpp/vproc/vdpp/test/
H A Dvdpp_test.c29 MppFrameFormat src_format; member
224 size_t srcfrmsize = get_src_frm_size(cfg->src_format, cfg->src_width_vir, cfg->src_height_vir); in vdpp_test()
311 params.param.com2.sfmt = cfg->src_format; in vdpp_test()
566 cfg.src_format = atoi(optarg); in main()