Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/graphic/api/gop/
H A DapiGOP.c3151 GOP_BUFFER_INFO BuffInfo; in MApi_GOP_GWIN_Create32FB2() local
3156 memset(&BuffInfo, 0x0, sizeof(GOP_BUFFER_INFO)); in MApi_GOP_GWIN_Create32FB2()
3159 ioctl_info.pBufInfo = (MS_U32*)&BuffInfo; in MApi_GOP_GWIN_Create32FB2()
3163 BuffInfo.addr = 0x0; in MApi_GOP_GWIN_Create32FB2()
3164 BuffInfo.fbFmt = fbFmt; in MApi_GOP_GWIN_Create32FB2()
3165 BuffInfo.disp_rect.x = x; in MApi_GOP_GWIN_Create32FB2()
3166 BuffInfo.disp_rect.y = y; in MApi_GOP_GWIN_Create32FB2()
3167 BuffInfo.disp_rect.w = width; in MApi_GOP_GWIN_Create32FB2()
3168 BuffInfo.disp_rect.h = height; in MApi_GOP_GWIN_Create32FB2()
3170 BuffInfo.width = width; in MApi_GOP_GWIN_Create32FB2()
[all …]