Searched refs:stMVOPStreamInfo (Results 1 – 1 of 1) sorted by relevance
1733 MVOP_DMSStreamINFO stMVOPStreamInfo; in _Task_DMS_SetMVOP() local1738 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()1959 …stMVOPStreamInfo.eTileFormat = _DMS_SetMVOPTileMode(RES_DMS._stXC_DIPPushInfo[MVOP_WINDOW][u32CurR… in _Task_DMS_SetMVOP()1960 …stMVOPStreamInfo.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()1965 …stMVOPStreamInfo.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()