Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/dms/drv/dms_dipgop/
H A DdrvDMS.c2448 GFX_BufferInfo stgfxDstBuf; in _DMS_GE_DrawRect() local
2453 stgfxDstBuf.u32ColorFmt = GFX_FMT_YUV422; in _DMS_GE_DrawRect()
2454 stgfxDstBuf.u32Addr = DstAddress; in _DMS_GE_DrawRect()
2455stgfxDstBuf.u32Pitch = _DMS_DIP_CalcPitch(RES_DMS._stXC_DIPMemInfo[E_DMS_DIP_CLIENT_GOP].eDIPWFmt,… in _DMS_GE_DrawRect()
2456 MApi_GFX_SetDstBufferInfo(&stgfxDstBuf, 0); in _DMS_GE_DrawRect()