Searched refs:dst_cfg (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/ |
| H A D | rkRgaApi.cpp | 24 int rkRgaBlit(struct rkRgaCfg *src_cfg, struct rkRgaCfg *dst_cfg) in rkRgaBlit() argument 42 dst.fd = dst_cfg->fd; in rkRgaBlit() 44 dst.virAddr = dst_cfg->addr; in rkRgaBlit() 48 …rga_set_rect(&dst.rect, 0, 0, dst_cfg->width, dst_cfg->height, dst_cfg->width/*stride*/, dst_cfg->… in rkRgaBlit()
|
| H A D | drmDsp.c | 273 struct rkRgaCfg src_cfg, dst_cfg; in drmDspFrame() local 281 dst_cfg.fd = bo->fd; in drmDspFrame() 282 dst_cfg.addr = 0; in drmDspFrame() 283 dst_cfg.fmt = RK_FORMAT_YCrCb_420_SP; in drmDspFrame() 284 dst_cfg.width = dispWidth; in drmDspFrame() 285 dst_cfg.height = dispHeight; in drmDspFrame() 287 rkRgaBlit(&src_cfg, &dst_cfg); in drmDspFrame()
|
| H A D | rkRgaApi.h | 17 int rkRgaBlit(struct rkRgaCfg *src_cfg, struct rkRgaCfg *dst_cfg);
|
| /OK3568_Linux_fs/kernel/drivers/dma/ |
| H A D | ste_dma40_ll.c | 67 void d40_phy_cfg(struct stedma40_chan_cfg *cfg, u32 *src_cfg, u32 *dst_cfg) in d40_phy_cfg() argument 129 *dst_cfg = dst; in d40_phy_cfg()
|
| H A D | ste_dma40_ll.h | 435 u32 *dst_cfg);
|