Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/xc/drv/xc/
H A Dmdrv_sc_display.c10418 EN_KDRV_XC_HDR_TYPE enXCHDRType = E_KDRV_XC_HDR_NONE; in MDrv_XC_HDR_Control() local
10422 enXCHDRType = E_KDRV_XC_HDR_OPEN; in MDrv_XC_HDR_Control()
10426 enXCHDRType = E_KDRV_XC_HDR_DOLBY; in MDrv_XC_HDR_Control()
10430 enXCHDRType = E_KDRV_XC_HDR_TECHNICOLOR; in MDrv_XC_HDR_Control()
10434 if (ioctl(_s32FdScaler, MDRV_XC_IOC_SET_HDR_TYPE, &enXCHDRType)) in MDrv_XC_HDR_Control()
10452 EN_KDRV_XC_HDR_TYPE enXCHDRType = E_KDRV_XC_HDR_NONE; in MDrv_XC_HDR_Control() local
10454 if (ioctl(_s32FdScaler, MDRV_XC_IOC_GET_HDR_TYPE, &enXCHDRType)) in MDrv_XC_HDR_Control()
10462 if (MDrv_XC_GetHDRType(&enXCHDRType) != TRUE) in MDrv_XC_HDR_Control()
10467 switch (enXCHDRType) in MDrv_XC_HDR_Control()
H A Dmdrv_sc_display.c.010416 EN_KDRV_XC_HDR_TYPE enXCHDRType = E_KDRV_XC_HDR_NONE;
10420 enXCHDRType = E_KDRV_XC_HDR_OPEN;
10424 enXCHDRType = E_KDRV_XC_HDR_DOLBY;
10428 enXCHDRType = E_KDRV_XC_HDR_TECHNICOLOR;
10432 if (ioctl(_s32FdScaler, MDRV_XC_IOC_SET_HDR_TYPE, &enXCHDRType))
10450 EN_KDRV_XC_HDR_TYPE enXCHDRType = E_KDRV_XC_HDR_NONE;
10452 if (ioctl(_s32FdScaler, MDRV_XC_IOC_GET_HDR_TYPE, &enXCHDRType))
10460 if (MDrv_XC_GetHDRType(&enXCHDRType) != TRUE)
10465 switch (enXCHDRType)