Searched refs:stgfxDstBuf (Results 1 – 1 of 1) sorted by relevance
2448 GFX_BufferInfo stgfxDstBuf; in _DMS_GE_DrawRect() local2453 stgfxDstBuf.u32ColorFmt = GFX_FMT_YUV422; in _DMS_GE_DrawRect()2454 stgfxDstBuf.u32Addr = DstAddress; in _DMS_GE_DrawRect()2455 …stgfxDstBuf.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()