Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/dms/drv/dms_dipgop/
H A DdrvDMS.c1733 MVOP_DMSStreamINFO stMVOPStreamInfo; in _Task_DMS_SetMVOP() local
1738 memset(&stMVOPStreamInfo, 0, sizeof(MVOP_DMSStreamINFO)); in _Task_DMS_SetMVOP()
1957 stMVOPStreamInfo.u32ApiDMSStream_Version = API_MVOP_DMS_STREAM_VERSION; in _Task_DMS_SetMVOP()
1958 stMVOPStreamInfo.u16ApiDMSStream_Length = sizeof(MVOP_DMSStreamINFO); in _Task_DMS_SetMVOP()
1959stMVOPStreamInfo.eTileFormat = _DMS_SetMVOPTileMode(RES_DMS._stXC_DIPPushInfo[MVOP_WINDOW][u32CurR… in _Task_DMS_SetMVOP()
1960stMVOPStreamInfo.bIs422Mode = _DMS_Is422Mode(RES_DMS._stXC_DIPPushInfo[MVOP_WINDOW][u32CurReadPoin… in _Task_DMS_SetMVOP()
1961 stMVOPStreamInfo.bIsDRAMCont = (stMVOPStreamInfo.bIs422Mode == TRUE)? TRUE : FALSE; in _Task_DMS_SetMVOP()
1962 stMVOPStreamInfo.bDDR4_REMAP = 0; in _Task_DMS_SetMVOP()
1965stMVOPStreamInfo.eTileFormat = _DMS_SetMVOPTileMode(RES_DMS._stXC_DIPPushInfo[MVOP_WINDOW][u32CurR… in _Task_DMS_SetMVOP()
2022 ret = MDrv_MVOP_DMS_SetStreamInfo(&stHd, E_MVOP_MAIN_WIN, &stMVOPStreamInfo, NULL); in _Task_DMS_SetMVOP()