Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/xc/drv/xc/
H A Dmvideo.c.09528 MS_WINDOW_TYPE stDEWin;
9530 memset(&stDEWin, 0, sizeof(MS_WINDOW_TYPE));
9554 Hal_SC_get_disp_de_window(pInstance, &stDEWin);
9557 || (pstRepPixInfo->u16XStart >= stDEWin.width)
9558 || (pstRepPixInfo->u16XEnd >= stDEWin.width)
9560 || (pstRepPixInfo->u16YStart >= stDEWin.height)
9561 || (pstRepPixInfo->u16YEnd >= stDEWin.height)
9566stDEWin.x, stDEWin.x + stDEWin.width - 1, stDEWin.y, stDEWin.y + stDEWin.height - 1);
9575stDEWin.x, stDEWin.x + stDEWin.width - 1, stDEWin.y, stDEWin.y + stDEWin.height - 1);*/
9580 pstRepPixInfo->u16XStart = stDEWin.width - pstRepPixInfo->u16XEnd - 1;
[all …]
H A Dmvideo.c9542 MS_WINDOW_TYPE stDEWin; in MApi_XC_ReportPixelInfo_U2() local
9544 memset(&stDEWin, 0, sizeof(MS_WINDOW_TYPE)); in MApi_XC_ReportPixelInfo_U2()
9568 Hal_SC_get_disp_de_window(pInstance, &stDEWin); in MApi_XC_ReportPixelInfo_U2()
9571 || (pstRepPixInfo->u16XStart >= stDEWin.width) in MApi_XC_ReportPixelInfo_U2()
9572 || (pstRepPixInfo->u16XEnd >= stDEWin.width) in MApi_XC_ReportPixelInfo_U2()
9574 || (pstRepPixInfo->u16YStart >= stDEWin.height) in MApi_XC_ReportPixelInfo_U2()
9575 || (pstRepPixInfo->u16YEnd >= stDEWin.height) in MApi_XC_ReportPixelInfo_U2()
9580stDEWin.x, stDEWin.x + stDEWin.width - 1, stDEWin.y, stDEWin.y + stDEWin.height - 1); in MApi_XC_ReportPixelInfo_U2()
9594 pstRepPixInfo->u16XStart = stDEWin.width - pstRepPixInfo->u16XEnd - 1; in MApi_XC_ReportPixelInfo_U2()
9598 pstRepPixInfo->u16XStart += stDEWin.x; in MApi_XC_ReportPixelInfo_U2()
[all …]
H A Dmdrv_sc_display.c9789 MS_WINDOW_TYPE stDEWin; in MDrv_XC_SetPixelShift() local
9790 … memcpy(&stDEWin, &(gSrcInfo[MAIN_WINDOW].Status2.stXCPanelDefaultTiming), sizeof(MS_WINDOW_TYPE)); in MDrv_XC_SetPixelShift()
9791 gSrcInfo[MAIN_WINDOW].stDispWin.y -= stDEWin.y; in MDrv_XC_SetPixelShift()
9792 gSrcInfo[SUB_WINDOW].stDispWin.y -= stDEWin.y; in MDrv_XC_SetPixelShift()
9793 stDEWin.y = pXCResourcePrivate->stdrvXC_MVideo.gu16VPixelShiftRange; in MDrv_XC_SetPixelShift()
9794 gSrcInfo[MAIN_WINDOW].stDispWin.y += stDEWin.y; in MDrv_XC_SetPixelShift()
9795 gSrcInfo[SUB_WINDOW].stDispWin.y += stDEWin.y; in MDrv_XC_SetPixelShift()
9796 …Drv_XC_UpdateWindow(pInstance, &stDEWin, &(gSrcInfo[MAIN_WINDOW].stDispWin), &(gSrcInfo[SUB_WINDOW… in MDrv_XC_SetPixelShift()
H A Dmdrv_sc_display.c.09787 MS_WINDOW_TYPE stDEWin;
9788 … memcpy(&stDEWin, &(gSrcInfo[MAIN_WINDOW].Status2.stXCPanelDefaultTiming), sizeof(MS_WINDOW_TYPE));
9789 gSrcInfo[MAIN_WINDOW].stDispWin.y -= stDEWin.y;
9790 gSrcInfo[SUB_WINDOW].stDispWin.y -= stDEWin.y;
9791 stDEWin.y = pXCResourcePrivate->stdrvXC_MVideo.gu16VPixelShiftRange;
9792 gSrcInfo[MAIN_WINDOW].stDispWin.y += stDEWin.y;
9793 gSrcInfo[SUB_WINDOW].stDispWin.y += stDEWin.y;
9794 …Drv_XC_UpdateWindow(pInstance, &stDEWin, &(gSrcInfo[MAIN_WINDOW].stDispWin), &(gSrcInfo[SUB_WINDOW…