Searched refs:DwinInfo (Results 1 – 1 of 1) sorted by relevance
9340 DRV_GOP_DWIN_INFO DwinInfo; in Ioctl_GOP_Dwin_Capture() local9346 memset(&DwinInfo,0, sizeof(DRV_GOP_DWIN_INFO)); in Ioctl_GOP_Dwin_Capture()9348 DwinInfo.u16HPixelStart = pinfo->rect.x; in Ioctl_GOP_Dwin_Capture()9349 DwinInfo.u16HPixelEnd = pinfo->rect.x + pinfo->rect.w; in Ioctl_GOP_Dwin_Capture()9350 DwinInfo.u16VPixelStart = pinfo->rect.y; in Ioctl_GOP_Dwin_Capture()9351 DwinInfo.u16VPixelEnd = pinfo->rect.y + pinfo->rect.h; in Ioctl_GOP_Dwin_Capture()9353 DwinInfo.u64TFDRAMAddr = pinfo->addr[0]; in Ioctl_GOP_Dwin_Capture()9354 DwinInfo.u64BFDRAMAddr = pinfo->addr1[0]; in Ioctl_GOP_Dwin_Capture()9356 DwinInfo.u8fmt = pinfo->fmt; in Ioctl_GOP_Dwin_Capture()9360 DwinInfo.u16DRAMJumpLen = 0; //Pitch and width are qual in Ioctl_GOP_Dwin_Capture()[all …]