Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/xc/drv/xc/
H A Dmdrv_sc_display.c10707 ST_KDRV_XC_WINDOW_INFO stXCWindowInfo; in MDrv_XC_HDR_SetWindow() local
10709 stXCWindowInfo.u16X = stCapWin.x; in MDrv_XC_HDR_SetWindow()
10710 stXCWindowInfo.u16Y = stCapWin.y; in MDrv_XC_HDR_SetWindow()
10711 stXCWindowInfo.u16Width = stCapWin.width; in MDrv_XC_HDR_SetWindow()
10712 stXCWindowInfo.u16Height = stCapWin.height; in MDrv_XC_HDR_SetWindow()
10726 if (ioctl(_s32FdScaler, MDRV_XC_IOC_SET_HDR_WINDOW, &stXCWindowInfo)) in MDrv_XC_HDR_SetWindow()
10733 if (MDrv_XC_SetHDRWindow(&stXCWindowInfo) != TRUE) in MDrv_XC_HDR_SetWindow()
H A Dmdrv_sc_display.c.010705 ST_KDRV_XC_WINDOW_INFO stXCWindowInfo;
10707 stXCWindowInfo.u16X = stCapWin.x;
10708 stXCWindowInfo.u16Y = stCapWin.y;
10709 stXCWindowInfo.u16Width = stCapWin.width;
10710 stXCWindowInfo.u16Height = stCapWin.height;
10724 if (ioctl(_s32FdScaler, MDRV_XC_IOC_SET_HDR_WINDOW, &stXCWindowInfo))
10731 if (MDrv_XC_SetHDRWindow(&stXCWindowInfo) != TRUE)