Home
last modified time | relevance | path

Searched refs:enHDRType (Results 1 – 19 of 19) sorted by relevance

/utopia/UTPA2-700.0.x/modules/xc/api/ace/
H A DapiXC_Ace.c717 stHdrSupportedCaps.enHDRType = E_XC_HDR_TYPE_DOLBY; in MApi_XC_ACE_SetPCsRGBTable_U2()
722 stHdrSupportedCaps.enHDRType = E_XC_HDR_TYPE_OPEN; in MApi_XC_ACE_SetPCsRGBTable_U2()
1250 stHdrSupportedCaps.enHDRType = E_XC_HDR_TYPE_DOLBY; in MApi_XC_ACE_PicSetContrast_U2()
1255 stHdrSupportedCaps.enHDRType = E_XC_HDR_TYPE_OPEN; in MApi_XC_ACE_PicSetContrast_U2()
1326 stHdrSupportedCaps.enHDRType = E_XC_HDR_TYPE_DOLBY; in MApi_XC_ACE_PicSetHue_U2()
1331 stHdrSupportedCaps.enHDRType = E_XC_HDR_TYPE_OPEN; in MApi_XC_ACE_PicSetHue_U2()
1435 stHdrSupportedCaps.enHDRType = E_XC_HDR_TYPE_DOLBY; in MApi_XC_ACE_PicSetSaturation_U2()
1440 stHdrSupportedCaps.enHDRType = E_XC_HDR_TYPE_OPEN; in MApi_XC_ACE_PicSetSaturation_U2()
/utopia/UTPA2-700.0.x/modules/xc/drv/xc/
H A Dmdrv_sc_display.c310 extern MS_BOOL MDrv_XC_SetHDRType(EN_KDRV_XC_HDR_TYPE enHDRType);
10415 EN_XC_HDR_TYPE enHDRType = *(EN_XC_HDR_TYPE *)pParam; in MDrv_XC_HDR_Control() local
10417 pXCResourcePrivate->stdrvXC_Display._enHDRType = enHDRType; in MDrv_XC_HDR_Control()
10420 if (enHDRType == E_XC_HDR_TYPE_OPEN) in MDrv_XC_HDR_Control()
10424 else if (enHDRType == E_XC_HDR_TYPE_DOLBY) in MDrv_XC_HDR_Control()
10428 else if (enHDRType == E_XC_HDR_TYPE_TECHNICOLOR) in MDrv_XC_HDR_Control()
10442 if (MDrv_XC_SetHDRType(enHDRType) != TRUE) in MDrv_XC_HDR_Control()
10692 EN_XC_HDR_TYPE enHDRType = pstHDRCaps->enHDRType; in MDrv_XC_HDR_GetCaps() local
10694 if ((enHDRType <= E_XC_HDR_TYPE_NONE) || (enHDRType >= E_XC_HDR_TYPE_MAX)) in MDrv_XC_HDR_GetCaps()
10700 …XC_LOG_TRACE(XC_DBGLEVEL_PARAMETER_TRACE, "Get HDR caps(type: %d, bSupport: %d).\n", enHDRType, ps… in MDrv_XC_HDR_GetCaps()
H A Dmdrv_sc_display.c.0310 extern MS_BOOL MDrv_XC_SetHDRType(EN_KDRV_XC_HDR_TYPE enHDRType);
10413 EN_XC_HDR_TYPE enHDRType = *(EN_XC_HDR_TYPE *)pParam;
10415 pXCResourcePrivate->stdrvXC_Display._enHDRType = enHDRType;
10418 if (enHDRType == E_XC_HDR_TYPE_OPEN)
10422 else if (enHDRType == E_XC_HDR_TYPE_DOLBY)
10426 else if (enHDRType == E_XC_HDR_TYPE_TECHNICOLOR)
10440 if (MDrv_XC_SetHDRType(enHDRType) != TRUE)
10690 EN_XC_HDR_TYPE enHDRType = pstHDRCaps->enHDRType;
10692 if ((enHDRType <= E_XC_HDR_TYPE_NONE) || (enHDRType >= E_XC_HDR_TYPE_MAX))
10698 …XC_LOG_TRACE(XC_DBGLEVEL_PARAMETER_TRACE, "Get HDR caps(type: %d, bSupport: %d).\n", enHDRType, ps…
/utopia/UTPA2-700.0.x/modules/xc/hal/mustang/xc/
H A Dmhal_sc.c4419 EN_XC_HDR_TYPE enHDRType = pstHDRCaps->enHDRType; in MHal_XC_HDR_GetCaps() local
4421 switch (enHDRType) in MHal_XC_HDR_GetCaps()
/utopia/UTPA2-700.0.x/modules/xc/hal/mainz/xc/include/
H A Dmhal_sc.h563 INTERFACE E_APIXC_ReturnValue MHal_XC_HDR_GetCaps(EN_XC_HDR_TYPE enHDRType, MS_BOOL *pbSupported);
/utopia/UTPA2-700.0.x/modules/xc/hal/kano/xc/
H A Dmhal_sc.c7967 EN_XC_HDR_TYPE enHDRType = pstHDRCaps->enHDRType; in MHal_XC_HDR_GetCaps() local
7969 switch (enHDRType) in MHal_XC_HDR_GetCaps()
/utopia/UTPA2-700.0.x/modules/xc/hal/curry/xc/
H A Dmhal_sc.c7805 EN_XC_HDR_TYPE enHDRType = pstHDRCaps->enHDRType; in MHal_XC_HDR_GetCaps() local
7807 switch (enHDRType) in MHal_XC_HDR_GetCaps()
/utopia/UTPA2-700.0.x/modules/xc/hal/k6lite/xc/
H A Dmhal_sc.c7688 EN_XC_HDR_TYPE enHDRType = pstHDRCaps->enHDRType; in MHal_XC_HDR_GetCaps() local
7690 switch (enHDRType) in MHal_XC_HDR_GetCaps()
/utopia/UTPA2-700.0.x/modules/xc/hal/k6/xc/
H A Dmhal_sc.c8320 EN_XC_HDR_TYPE enHDRType = pstHDRCaps->enHDRType; in MHal_XC_HDR_GetCaps() local
8322 switch (enHDRType) in MHal_XC_HDR_GetCaps()
/utopia/UTPA2-700.0.x/modules/xc/hal/mooney/xc/
H A Dmhal_sc.c8260 EN_XC_HDR_TYPE enHDRType = pstHDRCaps->enHDRType; in MHal_XC_HDR_GetCaps() local
8262 switch (enHDRType) in MHal_XC_HDR_GetCaps()
/utopia/UTPA2-700.0.x/modules/xc/hal/macan/xc/
H A Dmhal_sc.c9377 EN_XC_HDR_TYPE enHDRType = pstHDRCaps->enHDRType; in MHal_XC_HDR_GetCaps() local
9379 switch (enHDRType) in MHal_XC_HDR_GetCaps()
/utopia/UTPA2-700.0.x/mxlib/include/
H A DapiXC.h3254 EN_XC_HDR_TYPE enHDRType; /// HDR type member
/utopia/UTPA2-700.0.x/modules/xc/hal/manhattan/xc/
H A Dmhal_sc.c9360 EN_XC_HDR_TYPE enHDRType = pstHDRCaps->enHDRType; in MHal_XC_HDR_GetCaps() local
9362 switch (enHDRType) in MHal_XC_HDR_GetCaps()
/utopia/UTPA2-700.0.x/modules/xc/hal/M7621/xc/
H A Dmhal_sc.c10152 EN_XC_HDR_TYPE enHDRType = pstHDRCaps->enHDRType; in MHal_XC_HDR_GetCaps() local
10154 switch (enHDRType) in MHal_XC_HDR_GetCaps()
/utopia/UTPA2-700.0.x/modules/xc/hal/maxim/xc/
H A Dmhal_sc.c10119 EN_XC_HDR_TYPE enHDRType = pstHDRCaps->enHDRType; in MHal_XC_HDR_GetCaps() local
10121 switch (enHDRType) in MHal_XC_HDR_GetCaps()
/utopia/UTPA2-700.0.x/modules/xc/hal/mainz/xc/
H A Dmhal_sc.c7294 E_APIXC_ReturnValue MHal_XC_HDR_GetCaps(EN_XC_HDR_TYPE enHDRType, MS_BOOL *pbSupported) in MHal_XC_HDR_GetCaps() argument
7296 switch (enHDRType) in MHal_XC_HDR_GetCaps()
/utopia/UTPA2-700.0.x/modules/xc/hal/M7821/xc/
H A Dmhal_sc.c10436 EN_XC_HDR_TYPE enHDRType = pstHDRCaps->enHDRType; in MHal_XC_HDR_GetCaps() local
10438 switch (enHDRType) in MHal_XC_HDR_GetCaps()
/utopia/UTPA2-700.0.x/modules/xc/hal/maserati/xc/
H A Dmhal_sc.c10402 EN_XC_HDR_TYPE enHDRType = pstHDRCaps->enHDRType; in MHal_XC_HDR_GetCaps() local
10404 switch (enHDRType) in MHal_XC_HDR_GetCaps()
/utopia/UTPA2-700.0.x/projects/build/
H A Dpreprocess.txt3201 EN_XC_HDR_TYPE enHDRType;