Home
last modified time | relevance | path

Searched refs:color_depth (Results 1 – 14 of 14) sorted by relevance

/utopia/UTPA2-700.0.x/modules/gpd/drv/gpd/
H A Dpngprocess.c1112 infoptr->color_depth = 0; in PngProcess()
1115 infoptr->color_depth = 1; in PngProcess()
1118 infoptr->color_depth = 2; in PngProcess()
1121 infoptr->color_depth = 3; in PngProcess()
1124 infoptr->color_depth = 4; in PngProcess()
1127 infoptr->color_depth = 0; in PngProcess()
1273 drv_gpd_set_type(PNG_COLOR_TYPE_RGB_ALPHA, infoptr->interlace, infoptr->color_depth); in PngProcess()
1289 drv_gpd_set_type(infoptr->color_type, infoptr->interlace, infoptr->color_depth); in PngProcess()
H A Ddrvgpd.c804 void drv_gpd_set_type(MS_U8 color_type, MS_U8 interlace, MS_U8 color_depth) in drv_gpd_set_type() argument
808 GPD_SET_MS_U32REG(reg_png_color_depth, color_depth); in drv_gpd_set_type()
H A Ddrvgpd.h152 void drv_gpd_set_type(MS_U8 color_type, MS_U8 interlace, MS_U8 color_depth);
H A Dpng.h600 MS_U8 color_depth; member
/utopia/UTPA2-700.0.x/modules/hdmi/drv/hdmitx/
H A DdrvHDMITx.c5852 …T incolor_fmt, MsHDMITX_VIDEO_COLOR_FORMAT outcolor_fmt, MsHDMITX_VIDEO_COLORDEPTH_VAL color_depth) in MDrv_HDMITx_CheckLegalTiming() argument
5893 uiPxlClk = MHal_HDMITx_GetPixelClk_ByTiming(idx, outcolor_fmt, color_depth); in MDrv_HDMITx_CheckLegalTiming()
5896 …r |= MDrv_HDMITx_CheckEDIDTiming(pInstance,eVIC, uiPxlClk, incolor_fmt, outcolor_fmt, color_depth); in MDrv_HDMITx_CheckLegalTiming()
5897 … |= MDrv_HDMITx_CheckEDIDColorFormat(pInstance, idx, eVIC, incolor_fmt, outcolor_fmt, color_depth); in MDrv_HDMITx_CheckLegalTiming()
5898 err |= MDrv_HDMITx_CheckEDIDColorDepth(pInstance, outcolor_fmt, color_depth); in MDrv_HDMITx_CheckLegalTiming()
5903 …T incolor_fmt, MsHDMITX_VIDEO_COLOR_FORMAT outcolor_fmt, MsHDMITX_VIDEO_COLORDEPTH_VAL color_depth) in MDrv_HDMITx_CheckEDIDTiming() argument
6095 …T incolor_fmt, MsHDMITX_VIDEO_COLOR_FORMAT outcolor_fmt, MsHDMITX_VIDEO_COLORDEPTH_VAL color_depth) in MDrv_HDMITx_CheckEDIDColorFormat() argument
6261 …id* pInstance, MsHDMITX_VIDEO_COLOR_FORMAT outcolor_fmt, MsHDMITX_VIDEO_COLORDEPTH_VAL color_depth) in MDrv_HDMITx_CheckEDIDColorDepth() argument
6270 … if( (outcolor_fmt == E_HDMITX_VIDEO_COLOR_YUV422) && (color_depth != E_HDMITX_VIDEO_CD_NoID) ) in MDrv_HDMITx_CheckEDIDColorDepth()
6276 if( (color_depth != E_HDMITX_VIDEO_CD_NoID) && (color_depth != E_HDMITX_VIDEO_CD_24Bits) ) in MDrv_HDMITx_CheckEDIDColorDepth()
[all …]
/utopia/UTPA2-700.0.x/modules/hdmi/drv/hdmitx/include/
H A DdrvHDMITx.h691 … incolor_fmt, MsHDMITX_VIDEO_COLOR_FORMAT outcolor_fmt, MsHDMITX_VIDEO_COLORDEPTH_VAL color_depth);
692 … incolor_fmt, MsHDMITX_VIDEO_COLOR_FORMAT outcolor_fmt, MsHDMITX_VIDEO_COLORDEPTH_VAL color_depth);
693 … incolor_fmt, MsHDMITX_VIDEO_COLOR_FORMAT outcolor_fmt, MsHDMITX_VIDEO_COLORDEPTH_VAL color_depth);
694 …d* pInstance, MsHDMITX_VIDEO_COLOR_FORMAT outcolor_fmt, MsHDMITX_VIDEO_COLORDEPTH_VAL color_depth);
H A DhalHDMITx.h700 …IDEO_TIMING idx, MsHDMITX_VIDEO_COLOR_FORMAT color_fmt, MsHDMITX_VIDEO_COLORDEPTH_VAL color_depth);
/utopia/UTPA2-700.0.x/modules/hdmi/api/hdmitx/
H A DHDMITX_private.h206 …RMAT incolor_fmt, HDMITX_VIDEO_COLOR_FORMAT outcolor_fmt, HDMITX_VIDEO_COLORDEPTH_VAL color_depth);
406 …RMAT incolor_fmt, HDMITX_VIDEO_COLOR_FORMAT outcolor_fmt, HDMITX_VIDEO_COLORDEPTH_VAL color_depth);
H A DapiHDMITx.c4855 …ORMAT incolor_fmt, HDMITX_VIDEO_COLOR_FORMAT outcolor_fmt, HDMITX_VIDEO_COLORDEPTH_VAL color_depth) in MApi_HDMITx_CheckLegalTiming_U2() argument
4858 …ncolor_fmt, (MsHDMITX_VIDEO_COLOR_FORMAT)outcolor_fmt, (MsHDMITX_VIDEO_COLORDEPTH_VAL)color_depth); in MApi_HDMITx_CheckLegalTiming_U2()
4863 …ORMAT incolor_fmt, HDMITX_VIDEO_COLOR_FORMAT outcolor_fmt, HDMITX_VIDEO_COLORDEPTH_VAL color_depth) in MApi_HDMITx_CheckLegalTiming() argument
4870 HDMITXArgs.eColorDepth = color_depth; in MApi_HDMITx_CheckLegalTiming()
/utopia/UTPA2-700.0.x/modules/hdmi/hal/curry/hdmitx/
H A DhalHDMITx.c3000 …VIDEO_TIMING idx, MsHDMITX_VIDEO_COLOR_FORMAT color_fmt, MsHDMITX_VIDEO_COLORDEPTH_VAL color_depth) in MHal_HDMITx_GetPixelClk_ByTiming() argument
3005 switch(color_depth) in MHal_HDMITx_GetPixelClk_ByTiming()
3044 …printf("Time_ID = %d, C_FMT = %d, C_DEP = %d, PXL_CLK = %d\r\n", idx, color_fmt, color_depth, dwTM… in MHal_HDMITx_GetPixelClk_ByTiming()
/utopia/UTPA2-700.0.x/modules/hdmi/hal/kano/hdmitx/
H A DhalHDMITx.c3097 …VIDEO_TIMING idx, MsHDMITX_VIDEO_COLOR_FORMAT color_fmt, MsHDMITX_VIDEO_COLORDEPTH_VAL color_depth) in MHal_HDMITx_GetPixelClk_ByTiming() argument
3102 switch(color_depth) in MHal_HDMITx_GetPixelClk_ByTiming()
/utopia/UTPA2-700.0.x/modules/hdmi/hal/k6lite/hdmitx/
H A DhalHDMITx.c3059 …VIDEO_TIMING idx, MsHDMITX_VIDEO_COLOR_FORMAT color_fmt, MsHDMITX_VIDEO_COLORDEPTH_VAL color_depth) in MHal_HDMITx_GetPixelClk_ByTiming() argument
3064 switch(color_depth) in MHal_HDMITx_GetPixelClk_ByTiming()
/utopia/UTPA2-700.0.x/modules/hdmi/hal/maxim/hdmitx/
H A DhalHDMITx.c3498 …VIDEO_TIMING idx, MsHDMITX_VIDEO_COLOR_FORMAT color_fmt, MsHDMITX_VIDEO_COLORDEPTH_VAL color_depth) in MHal_HDMITx_GetPixelClk_ByTiming() argument
3503 switch(color_depth) in MHal_HDMITx_GetPixelClk_ByTiming()
/utopia/UTPA2-700.0.x/modules/hdmi/hal/k6/hdmitx/
H A DhalHDMITx.c3003 …VIDEO_TIMING idx, MsHDMITX_VIDEO_COLOR_FORMAT color_fmt, MsHDMITX_VIDEO_COLORDEPTH_VAL color_depth) in MHal_HDMITx_GetPixelClk_ByTiming() argument