Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/xc/drv/xc/
H A Dmvideo.c9543 MS_WINDOW_TYPE stRepWin; in MApi_XC_ReportPixelInfo_U2() local
9545 memset(&stRepWin, 0, sizeof(MS_WINDOW_TYPE)); in MApi_XC_ReportPixelInfo_U2()
9563 stRepWin.x = pstRepPixInfo->u16XStart; in MApi_XC_ReportPixelInfo_U2()
9564 stRepWin.width = pstRepPixInfo->u16XEnd - pstRepPixInfo->u16XStart + 1; in MApi_XC_ReportPixelInfo_U2()
9565 stRepWin.y = pstRepPixInfo->u16YStart; in MApi_XC_ReportPixelInfo_U2()
9566 stRepWin.height = pstRepPixInfo->u16YEnd - pstRepPixInfo->u16YStart + 1; in MApi_XC_ReportPixelInfo_U2()
9595 pstRepPixInfo->u16XEnd = stRepWin.width + pstRepPixInfo->u16XStart - 1; in MApi_XC_ReportPixelInfo_U2()
9605 pstRepPixInfo->u16YEnd = stRepWin.height + pstRepPixInfo->u16YStart - 1; in MApi_XC_ReportPixelInfo_U2()
9617 pstRepPixInfo->u16XStart = stRepWin.x; in MApi_XC_ReportPixelInfo_U2()
9618 pstRepPixInfo->u16XEnd = stRepWin.x + stRepWin.width - 1; in MApi_XC_ReportPixelInfo_U2()
[all …]
H A Dmvideo.c.09529 MS_WINDOW_TYPE stRepWin;
9531 memset(&stRepWin, 0, sizeof(MS_WINDOW_TYPE));
9549 stRepWin.x = pstRepPixInfo->u16XStart;
9550 stRepWin.width = pstRepPixInfo->u16XEnd - pstRepPixInfo->u16XStart + 1;
9551 stRepWin.y = pstRepPixInfo->u16YStart;
9552 stRepWin.height = pstRepPixInfo->u16YEnd - pstRepPixInfo->u16YStart + 1;
9581 pstRepPixInfo->u16XEnd = stRepWin.width + pstRepPixInfo->u16XStart - 1;
9591 pstRepPixInfo->u16YEnd = stRepWin.height + pstRepPixInfo->u16YStart - 1;
9603 pstRepPixInfo->u16XStart = stRepWin.x;
9604 pstRepPixInfo->u16XEnd = stRepWin.x + stRepWin.width - 1;
[all …]