Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/xc/drv/xc/
H A Dmvideo.c5245 XC_InternalStatus SrcInfo; in _MApi_XC_SetWindow() local
5246 memcpy(&SrcInfo,&gSrcInfo[eWindow],sizeof(XC_InternalStatus)); in _MApi_XC_SetWindow()
5253 SrcInfo.stCapWin.width = SrcInfo.Status2.u16VirtualBox_Width; in _MApi_XC_SetWindow()
5254 SrcInfo.stCapWin.height = SrcInfo.Status2.u16VirtualBox_Height; in _MApi_XC_SetWindow()
5258 SrcInfo.stCapWin.width = gSrcInfo[eWindow].stCropWin.width; in _MApi_XC_SetWindow()
5259 SrcInfo.stCapWin.height = gSrcInfo[eWindow].stCropWin.height; in _MApi_XC_SetWindow()
5261 …] [DS] [PQSrcData] width:%d height:%d \n",__func__,__LINE__,SrcInfo.stCapWin.width,SrcInfo.stCapW… in _MApi_XC_SetWindow()
5264 _MDrv_XC_Set_PQ_SourceData(pInstance, eWindow, gSrcInfo[eWindow].enInputSourceType, &SrcInfo); in _MApi_XC_SetWindow()
H A Dmvideo.c.05237 XC_InternalStatus SrcInfo;
5238 memcpy(&SrcInfo,&gSrcInfo[eWindow],sizeof(XC_InternalStatus));
5245 SrcInfo.stCapWin.width = SrcInfo.Status2.u16VirtualBox_Width;
5246 SrcInfo.stCapWin.height = SrcInfo.Status2.u16VirtualBox_Height;
5250 SrcInfo.stCapWin.width = gSrcInfo[eWindow].stCropWin.width;
5251 SrcInfo.stCapWin.height = gSrcInfo[eWindow].stCropWin.height;
5253 …] [DS] [PQSrcData] width:%d height:%d \n",__func__,__LINE__,SrcInfo.stCapWin.width,SrcInfo.stCapW…
5256 _MDrv_XC_Set_PQ_SourceData(pInstance, eWindow, gSrcInfo[eWindow].enInputSourceType, &SrcInfo);