Home
last modified time | relevance | path

Searched refs:u8BitPerPixel (Results 1 – 25 of 44) sorted by relevance

12

/utopia/UTPA2-700.0.x/modules/xc/hal/mustang/xc/
H A Dmhal_sc.c992 …Info[MAIN_WINDOW].bLinearMode, _FIELD_PACKING_MODE_SUPPORTED),gSrcInfo[MAIN_WINDOW].u8BitPerPixel); in Hal_SC_SWDS_AddCmd()
995 … = (gSrcInfo[eWindow].Status2.u16VirtualBox_Width * gSrcInfo[eWindow].u8BitPerPixel * 2 / 8 * MDrv… in Hal_SC_SWDS_AddCmd()
1851 pFrameBufInfo->u8BitPerPixel = 24;//default in Hal_SC_get_framebuf_Info()
1859 pFrameBufInfo->u8BitPerPixel = 24; in Hal_SC_get_framebuf_Info()
1863 pFrameBufInfo->u8BitPerPixel = 32; in Hal_SC_get_framebuf_Info()
1876 pFrameBufInfo->u8BitPerPixel = 20; in Hal_SC_get_framebuf_Info()
1880 pFrameBufInfo->u8BitPerPixel = 24; in Hal_SC_get_framebuf_Info()
1890 pFrameBufInfo->u8BitPerPixel = 24; in Hal_SC_get_framebuf_Info()
1894 pFrameBufInfo->u8BitPerPixel = 20; in Hal_SC_get_framebuf_Info()
1898 pFrameBufInfo->u8BitPerPixel = 16; in Hal_SC_get_framebuf_Info()
[all …]
/utopia/UTPA2-700.0.x/modules/xc/hal/maldives/xc/
H A Dmhal_sc.c996 …Info[MAIN_WINDOW].bLinearMode, _FIELD_PACKING_MODE_SUPPORTED),gSrcInfo[MAIN_WINDOW].u8BitPerPixel); in Hal_SC_SWDS_AddCmd()
999 … = (gSrcInfo[eWindow].Status2.u16VirtualBox_Width * gSrcInfo[eWindow].u8BitPerPixel * 2 / 8 * MDrv… in Hal_SC_SWDS_AddCmd()
1871 pFrameBufInfo->u8BitPerPixel = 24;//default in Hal_SC_get_framebuf_Info()
1879 pFrameBufInfo->u8BitPerPixel = 24; in Hal_SC_get_framebuf_Info()
1883 pFrameBufInfo->u8BitPerPixel = 32; in Hal_SC_get_framebuf_Info()
1896 pFrameBufInfo->u8BitPerPixel = 20; in Hal_SC_get_framebuf_Info()
1900 pFrameBufInfo->u8BitPerPixel = 24; in Hal_SC_get_framebuf_Info()
1910 pFrameBufInfo->u8BitPerPixel = 24; in Hal_SC_get_framebuf_Info()
1914 pFrameBufInfo->u8BitPerPixel = 20; in Hal_SC_get_framebuf_Info()
1918 pFrameBufInfo->u8BitPerPixel = 16; in Hal_SC_get_framebuf_Info()
[all …]
/utopia/UTPA2-700.0.x/modules/xc/drv/xc/
H A Dmdrv_sc_scaling.c2277 if(gSrcInfo[eWindow].u8BitPerPixel == RFBL_Y8M4_Pixel_Bits) //RFBL_Y8M4 mode in MDrv_XC_AdjustPrescalingForFrameNum()
4632 gSrcInfo[eWindow].u8BitPerPixel / 8 ; in _Mdrv_XC_Refine_FrameNum()
4890 gSrcInfo[eWindow].u8BitPerPixel / 8 ; in _Mdrv_XC_Refine_FRCMFrameNum()
5958 MS_U8 u8BytesPer2Pixel = pSrcInfo->u8BitPerPixel * 2 / 8; in MDrv_SC_set_dnrsetting()
6353 …u32pitch = ( ( (MS_U32)(pSrcInfo->u8BitPerPixel/8) * (MS_U32)gSrcInfo[eWindow].u16IPMFetch * (MS_U… in MDrv_SC_set_dnrsetting()
6672 MS_U8 u8BytesPer2Pixel = pSrcInfo->u8BitPerPixel * 2 / 8; in MDrv_SC_set_opmsetting()
7042 …s32cropshift_base0 = ( s32cropshift_base0 * (MS_U32)(pSrcInfo->u8BitPerPixel/8) ) / (MS_U32)(BYTE_… in MDrv_SC_set_opmsetting()
7043 …s32cropshift_base1 = ( s32cropshift_base1 * (MS_U32)(pSrcInfo->u8BitPerPixel/8) ) / (MS_U32)(BYTE_… in MDrv_SC_set_opmsetting()
7093 MS_U8 u8BytesPer2Pixel = pSrcInfo->u8BitPerPixel * 2 / 8; in MDrv_SC_set_frcmwsetting()
7302 …u32pitch = ( ( (MS_U32)(pSrcInfo->u8BitPerPixel/8) * (MS_U32)pXCResourcePrivate->stdrvXC_MVideo_Co… in MDrv_SC_set_frcmwsetting()
[all …]
H A Dmdrv_sc_ip.c1616 u8BytePerTwoPixel = FBInfo.u8BitPerPixel * 2 / 8; in MDrv_XC_Access_BufferData()
1649 FB_DBG(printf("source is YUV 444 mode, bit: %u\n", FBInfo.u8BitPerPixel)); in MDrv_XC_Access_BufferData()
1653 u8BytePerTwoPixel = FBInfo.u8BitPerPixel * 2 / 8; in MDrv_XC_Access_BufferData()
1670 u8BytePerTwoPixel = FBInfo.u8BitPerPixel * 2 / 8; in MDrv_XC_Access_BufferData()
1731 FB_DBG(printf("source is YUV 444 mode, bit: %u\n", FBInfo.u8BitPerPixel)); in MDrv_XC_Access_BufferData()
1732 u8BytePerTwoPixel = FBInfo.u8BitPerPixel * 2 / 8; in MDrv_XC_Access_BufferData()
1739 if(32 == FBInfo.u8BitPerPixel) in MDrv_XC_Access_BufferData()
2215 if(32 == FBInfo.u8BitPerPixel) //10bits in MDrv_XC_Access_BufferData()
2607 if (FBInfo.u8BitPerPixel == 24) in MDrv_SC_SetFrameDataCore()
2917 if (FBInfo.u8BitPerPixel == 20)//24 in MApi_XC_Rerout_for_Capture_VOP_Data()
[all …]
H A Dmdrv_sc_scaling.c.02267 if(gSrcInfo[eWindow].u8BitPerPixel == RFBL_Y8M4_Pixel_Bits) //RFBL_Y8M4 mode
4616 gSrcInfo[eWindow].u8BitPerPixel / 8 ;
4874 gSrcInfo[eWindow].u8BitPerPixel / 8 ;
5939 MS_U8 u8BytesPer2Pixel = pSrcInfo->u8BitPerPixel * 2 / 8;
6334 …u32pitch = ( ( (MS_U32)(pSrcInfo->u8BitPerPixel/8) * (MS_U32)gSrcInfo[eWindow].u16IPMFetch * (MS_U…
6653 MS_U8 u8BytesPer2Pixel = pSrcInfo->u8BitPerPixel * 2 / 8;
7019 …s32cropshift_base0 = ( s32cropshift_base0 * (MS_U32)(pSrcInfo->u8BitPerPixel/8) ) / (MS_U32)(BYTE_…
7020 …s32cropshift_base1 = ( s32cropshift_base1 * (MS_U32)(pSrcInfo->u8BitPerPixel/8) ) / (MS_U32)(BYTE_…
7070 MS_U8 u8BytesPer2Pixel = pSrcInfo->u8BitPerPixel * 2 / 8;
7279 …u32pitch = ( ( (MS_U32)(pSrcInfo->u8BitPerPixel/8) * (MS_U32)pXCResourcePrivate->stdrvXC_MVideo_Co…
[all …]
H A Dmvideo.c3313 pSrcInfo->u8BitPerPixel = 24; in msAPI_Scaler_SetMode()
3335 &(pSrcInfo->u8BitPerPixel)); in msAPI_Scaler_SetMode()
3341 pSrcInfo->u8BitPerPixel = 24; in msAPI_Scaler_SetMode()
3355 … interlace_type = Hal_SC1_LoadMADi(pInstance, eWindow, &(pSrcInfo->u8BitPerPixel)); in msAPI_Scaler_SetMode()
3369 &(pSrcInfo->u8BitPerPixel)); in msAPI_Scaler_SetMode()
3377 &(pSrcInfo->u8BitPerPixel)); in msAPI_Scaler_SetMode()
3392 &(pSrcInfo->u8BitPerPixel)); in msAPI_Scaler_SetMode()
8734 DrvStatusEx.u8BitPerPixel = gSrcInfo[eWindow].u8BitPerPixel; in MApi_XC_GetStatusEx_U2()
8934 pDrvStatus->u8BitPerPixel = gSrcInfo[eWindow].u8BitPerPixel; in MDrv_XC_GetStatus()
/utopia/UTPA2-700.0.x/modules/xc/hal/messi/xc/
H A Dmhal_sc.c1373 …Info[MAIN_WINDOW].bLinearMode, _FIELD_PACKING_MODE_SUPPORTED),gSrcInfo[MAIN_WINDOW].u8BitPerPixel); in Hal_SC_SWDS_AddCmd()
1376 …Info[MAIN_WINDOW].Status2.u16VirtualBox_Width * gSrcInfo[MAIN_WINDOW].u8BitPerPixel / 8 * MDrv_XC_… in Hal_SC_SWDS_AddCmd()
2647 pFrameBufInfo->u8BitPerPixel = 24;//default in Hal_SC_get_framebuf_Info()
2655 pFrameBufInfo->u8BitPerPixel = 24; in Hal_SC_get_framebuf_Info()
2659 pFrameBufInfo->u8BitPerPixel = 32; in Hal_SC_get_framebuf_Info()
2672 pFrameBufInfo->u8BitPerPixel = 20; in Hal_SC_get_framebuf_Info()
2676 pFrameBufInfo->u8BitPerPixel = 24; in Hal_SC_get_framebuf_Info()
2686 pFrameBufInfo->u8BitPerPixel = 24; in Hal_SC_get_framebuf_Info()
2690 pFrameBufInfo->u8BitPerPixel = 20; in Hal_SC_get_framebuf_Info()
2694 pFrameBufInfo->u8BitPerPixel = 16; in Hal_SC_get_framebuf_Info()
[all …]
/utopia/UTPA2-700.0.x/modules/xc/hal/mainz/xc/
H A Dmhal_sc.c1483 …Info[MAIN_WINDOW].bLinearMode, _FIELD_PACKING_MODE_SUPPORTED),gSrcInfo[MAIN_WINDOW].u8BitPerPixel); in Hal_SC_SWDS_AddCmd()
1486 …Info[MAIN_WINDOW].Status2.u16VirtualBox_Width * gSrcInfo[MAIN_WINDOW].u8BitPerPixel / 8 * MDrv_XC_… in Hal_SC_SWDS_AddCmd()
2773 pFrameBufInfo->u8BitPerPixel = 24;//default in Hal_SC_get_framebuf_Info()
2781 pFrameBufInfo->u8BitPerPixel = 24; in Hal_SC_get_framebuf_Info()
2785 pFrameBufInfo->u8BitPerPixel = 32; in Hal_SC_get_framebuf_Info()
2798 pFrameBufInfo->u8BitPerPixel = 20; in Hal_SC_get_framebuf_Info()
2802 pFrameBufInfo->u8BitPerPixel = 24; in Hal_SC_get_framebuf_Info()
2812 pFrameBufInfo->u8BitPerPixel = 24; in Hal_SC_get_framebuf_Info()
2816 pFrameBufInfo->u8BitPerPixel = 20; in Hal_SC_get_framebuf_Info()
2820 pFrameBufInfo->u8BitPerPixel = 16; in Hal_SC_get_framebuf_Info()
[all …]
/utopia/UTPA2-700.0.x/modules/xc/hal/kano/xc/
H A Dmhal_sc.c1902 …Info[MAIN_WINDOW].bLinearMode, _FIELD_PACKING_MODE_SUPPORTED),gSrcInfo[MAIN_WINDOW].u8BitPerPixel); in Hal_SC_SWDS_AddCmd()
1905 …Info[MAIN_WINDOW].Status2.u16VirtualBox_Width * gSrcInfo[MAIN_WINDOW].u8BitPerPixel / 8 * MDrv_XC_… in Hal_SC_SWDS_AddCmd()
3187 pFrameBufInfo->u8BitPerPixel = 24;//default in Hal_SC_get_framebuf_Info()
3195 pFrameBufInfo->u8BitPerPixel = 24; in Hal_SC_get_framebuf_Info()
3199 pFrameBufInfo->u8BitPerPixel = 32; in Hal_SC_get_framebuf_Info()
3212 pFrameBufInfo->u8BitPerPixel = 20; in Hal_SC_get_framebuf_Info()
3216 pFrameBufInfo->u8BitPerPixel = 24; in Hal_SC_get_framebuf_Info()
3226 pFrameBufInfo->u8BitPerPixel = 24; in Hal_SC_get_framebuf_Info()
3230 pFrameBufInfo->u8BitPerPixel = 20; in Hal_SC_get_framebuf_Info()
3234 pFrameBufInfo->u8BitPerPixel = 16; in Hal_SC_get_framebuf_Info()
[all …]
/utopia/UTPA2-700.0.x/modules/xc/hal/curry/xc/
H A Dmhal_sc.c1815 …Info[MAIN_WINDOW].bLinearMode, _FIELD_PACKING_MODE_SUPPORTED),gSrcInfo[MAIN_WINDOW].u8BitPerPixel); in Hal_SC_SWDS_AddCmd()
1818 …Info[MAIN_WINDOW].Status2.u16VirtualBox_Width * gSrcInfo[MAIN_WINDOW].u8BitPerPixel / 8 * MDrv_XC_… in Hal_SC_SWDS_AddCmd()
3100 pFrameBufInfo->u8BitPerPixel = 24;//default in Hal_SC_get_framebuf_Info()
3108 pFrameBufInfo->u8BitPerPixel = 24; in Hal_SC_get_framebuf_Info()
3112 pFrameBufInfo->u8BitPerPixel = 32; in Hal_SC_get_framebuf_Info()
3125 pFrameBufInfo->u8BitPerPixel = 20; in Hal_SC_get_framebuf_Info()
3129 pFrameBufInfo->u8BitPerPixel = 24; in Hal_SC_get_framebuf_Info()
3139 pFrameBufInfo->u8BitPerPixel = 24; in Hal_SC_get_framebuf_Info()
3143 pFrameBufInfo->u8BitPerPixel = 20; in Hal_SC_get_framebuf_Info()
3147 pFrameBufInfo->u8BitPerPixel = 16; in Hal_SC_get_framebuf_Info()
[all …]
/utopia/UTPA2-700.0.x/modules/xc/hal/k6lite/xc/
H A Dmhal_sc.c1894 …Info[MAIN_WINDOW].bLinearMode, _FIELD_PACKING_MODE_SUPPORTED),gSrcInfo[MAIN_WINDOW].u8BitPerPixel); in Hal_SC_SWDS_AddCmd()
1897 …Info[MAIN_WINDOW].Status2.u16VirtualBox_Width * gSrcInfo[MAIN_WINDOW].u8BitPerPixel / 8 * MDrv_XC_… in Hal_SC_SWDS_AddCmd()
3218 pFrameBufInfo->u8BitPerPixel = 24;//default in Hal_SC_get_framebuf_Info()
3226 pFrameBufInfo->u8BitPerPixel = 24; in Hal_SC_get_framebuf_Info()
3230 pFrameBufInfo->u8BitPerPixel = 32; in Hal_SC_get_framebuf_Info()
3243 pFrameBufInfo->u8BitPerPixel = 20; in Hal_SC_get_framebuf_Info()
3247 pFrameBufInfo->u8BitPerPixel = 24; in Hal_SC_get_framebuf_Info()
3257 pFrameBufInfo->u8BitPerPixel = 24; in Hal_SC_get_framebuf_Info()
3261 pFrameBufInfo->u8BitPerPixel = 20; in Hal_SC_get_framebuf_Info()
3265 pFrameBufInfo->u8BitPerPixel = 16; in Hal_SC_get_framebuf_Info()
[all …]
/utopia/UTPA2-700.0.x/modules/xc/hal/k6/xc/
H A Dmhal_sc.c2095 …Info[MAIN_WINDOW].bLinearMode, _FIELD_PACKING_MODE_SUPPORTED),gSrcInfo[MAIN_WINDOW].u8BitPerPixel); in Hal_SC_SWDS_AddCmd()
2098 …Info[MAIN_WINDOW].Status2.u16VirtualBox_Width * gSrcInfo[MAIN_WINDOW].u8BitPerPixel / 8 * MDrv_XC_… in Hal_SC_SWDS_AddCmd()
3418 pFrameBufInfo->u8BitPerPixel = 24;//default in Hal_SC_get_framebuf_Info()
3426 pFrameBufInfo->u8BitPerPixel = 24; in Hal_SC_get_framebuf_Info()
3430 pFrameBufInfo->u8BitPerPixel = 32; in Hal_SC_get_framebuf_Info()
3443 pFrameBufInfo->u8BitPerPixel = 20; in Hal_SC_get_framebuf_Info()
3447 pFrameBufInfo->u8BitPerPixel = 24; in Hal_SC_get_framebuf_Info()
3457 pFrameBufInfo->u8BitPerPixel = 24; in Hal_SC_get_framebuf_Info()
3461 pFrameBufInfo->u8BitPerPixel = 20; in Hal_SC_get_framebuf_Info()
3465 pFrameBufInfo->u8BitPerPixel = 16; in Hal_SC_get_framebuf_Info()
[all …]
/utopia/UTPA2-700.0.x/modules/xc/hal/mooney/xc/
H A Dmhal_sc.c1850 …Info[MAIN_WINDOW].bLinearMode, _FIELD_PACKING_MODE_SUPPORTED),gSrcInfo[MAIN_WINDOW].u8BitPerPixel); in Hal_SC_SWDS_AddCmd()
1853 …nfo[MAIN_WINDOW].Status2.u16XCVirtualBoxWidth * gSrcInfo[MAIN_WINDOW].u8BitPerPixel / 8 * MDrv_XC_… in Hal_SC_SWDS_AddCmd()
3468 pFrameBufInfo->u8BitPerPixel = 24;//default in Hal_SC_get_framebuf_Info()
3476 pFrameBufInfo->u8BitPerPixel = 24; in Hal_SC_get_framebuf_Info()
3480 pFrameBufInfo->u8BitPerPixel = 32; in Hal_SC_get_framebuf_Info()
3493 pFrameBufInfo->u8BitPerPixel = 20; in Hal_SC_get_framebuf_Info()
3497 pFrameBufInfo->u8BitPerPixel = 24; in Hal_SC_get_framebuf_Info()
3507 pFrameBufInfo->u8BitPerPixel = 24; in Hal_SC_get_framebuf_Info()
3511 pFrameBufInfo->u8BitPerPixel = 20; in Hal_SC_get_framebuf_Info()
3515 pFrameBufInfo->u8BitPerPixel = 16; in Hal_SC_get_framebuf_Info()
[all …]
/utopia/UTPA2-700.0.x/modules/xc/hal/macan/xc/
H A Dmhal_sc.c1863 …Info[MAIN_WINDOW].bLinearMode, _FIELD_PACKING_MODE_SUPPORTED),gSrcInfo[MAIN_WINDOW].u8BitPerPixel); in Hal_SC_SWDS_AddCmd()
1866 … = (gSrcInfo[eWindow].Status2.u16VirtualBox_Width * gSrcInfo[eWindow].u8BitPerPixel * 2 / 8 * Hal_… in Hal_SC_SWDS_AddCmd()
3988 pFrameBufInfo->u8BitPerPixel = 24;//default in Hal_SC_get_framebuf_Info()
3996 pFrameBufInfo->u8BitPerPixel = 24; in Hal_SC_get_framebuf_Info()
4000 pFrameBufInfo->u8BitPerPixel = 32; in Hal_SC_get_framebuf_Info()
4013 pFrameBufInfo->u8BitPerPixel = 20; in Hal_SC_get_framebuf_Info()
4017 pFrameBufInfo->u8BitPerPixel = 24; in Hal_SC_get_framebuf_Info()
4027 pFrameBufInfo->u8BitPerPixel = 24; in Hal_SC_get_framebuf_Info()
4031 pFrameBufInfo->u8BitPerPixel = 20; in Hal_SC_get_framebuf_Info()
4035 pFrameBufInfo->u8BitPerPixel = 16; in Hal_SC_get_framebuf_Info()
[all …]
/utopia/UTPA2-700.0.x/modules/xc/hal/manhattan/xc/
H A Dmhal_sc.c2051 …Info[MAIN_WINDOW].bLinearMode, _FIELD_PACKING_MODE_SUPPORTED),gSrcInfo[MAIN_WINDOW].u8BitPerPixel); in Hal_SC_SWDS_AddCmd()
2054 … = (gSrcInfo[eWindow].Status2.u16VirtualBox_Width * gSrcInfo[eWindow].u8BitPerPixel * 2 / 8 * MDrv… in Hal_SC_SWDS_AddCmd()
3953 pFrameBufInfo->u8BitPerPixel = 24;//default in Hal_SC_get_framebuf_Info()
3961 pFrameBufInfo->u8BitPerPixel = 24; in Hal_SC_get_framebuf_Info()
3965 pFrameBufInfo->u8BitPerPixel = 32; in Hal_SC_get_framebuf_Info()
3978 pFrameBufInfo->u8BitPerPixel = 20; in Hal_SC_get_framebuf_Info()
3982 pFrameBufInfo->u8BitPerPixel = 24; in Hal_SC_get_framebuf_Info()
3992 pFrameBufInfo->u8BitPerPixel = 24; in Hal_SC_get_framebuf_Info()
3996 pFrameBufInfo->u8BitPerPixel = 20; in Hal_SC_get_framebuf_Info()
4000 pFrameBufInfo->u8BitPerPixel = 16; in Hal_SC_get_framebuf_Info()
[all …]
/utopia/UTPA2-700.0.x/modules/xc/hal/M7621/xc/
H A Dmhal_sc.c2218 …Info[MAIN_WINDOW].bLinearMode, _FIELD_PACKING_MODE_SUPPORTED),gSrcInfo[MAIN_WINDOW].u8BitPerPixel); in Hal_SC_SWDS_AddCmd()
2221 … = (gSrcInfo[eWindow].Status2.u16VirtualBox_Width * gSrcInfo[eWindow].u8BitPerPixel * 2 / 8 * MDrv… in Hal_SC_SWDS_AddCmd()
4303 pFrameBufInfo->u8BitPerPixel = 24;//default in Hal_SC_get_framebuf_Info()
4311 pFrameBufInfo->u8BitPerPixel = 24; in Hal_SC_get_framebuf_Info()
4315 pFrameBufInfo->u8BitPerPixel = 32; in Hal_SC_get_framebuf_Info()
4328 pFrameBufInfo->u8BitPerPixel = 20; in Hal_SC_get_framebuf_Info()
4332 pFrameBufInfo->u8BitPerPixel = 24; in Hal_SC_get_framebuf_Info()
4342 pFrameBufInfo->u8BitPerPixel = 24; in Hal_SC_get_framebuf_Info()
4346 pFrameBufInfo->u8BitPerPixel = 20; in Hal_SC_get_framebuf_Info()
4350 pFrameBufInfo->u8BitPerPixel = 16; in Hal_SC_get_framebuf_Info()
[all …]
/utopia/UTPA2-700.0.x/modules/xc/hal/maxim/xc/
H A Dmhal_sc.c2231 …Info[MAIN_WINDOW].bLinearMode, _FIELD_PACKING_MODE_SUPPORTED),gSrcInfo[MAIN_WINDOW].u8BitPerPixel); in Hal_SC_SWDS_AddCmd()
2234 … = (gSrcInfo[eWindow].Status2.u16VirtualBox_Width * gSrcInfo[eWindow].u8BitPerPixel * 2 / 8 * MDrv… in Hal_SC_SWDS_AddCmd()
4323 pFrameBufInfo->u8BitPerPixel = 24;//default in Hal_SC_get_framebuf_Info()
4331 pFrameBufInfo->u8BitPerPixel = 24; in Hal_SC_get_framebuf_Info()
4335 pFrameBufInfo->u8BitPerPixel = 32; in Hal_SC_get_framebuf_Info()
4348 pFrameBufInfo->u8BitPerPixel = 20; in Hal_SC_get_framebuf_Info()
4352 pFrameBufInfo->u8BitPerPixel = 24; in Hal_SC_get_framebuf_Info()
4362 pFrameBufInfo->u8BitPerPixel = 24; in Hal_SC_get_framebuf_Info()
4366 pFrameBufInfo->u8BitPerPixel = 20; in Hal_SC_get_framebuf_Info()
4370 pFrameBufInfo->u8BitPerPixel = 16; in Hal_SC_get_framebuf_Info()
[all …]
/utopia/UTPA2-700.0.x/modules/xc/hal/M7821/xc/
H A Dmhal_sc.c2205 …Info[MAIN_WINDOW].bLinearMode, _FIELD_PACKING_MODE_SUPPORTED),gSrcInfo[MAIN_WINDOW].u8BitPerPixel); in Hal_SC_SWDS_AddCmd()
2208 … = (gSrcInfo[eWindow].Status2.u16VirtualBox_Width * gSrcInfo[eWindow].u8BitPerPixel * 2 / 8 * MDrv… in Hal_SC_SWDS_AddCmd()
4611 pFrameBufInfo->u8BitPerPixel = 24;//default in Hal_SC_get_framebuf_Info()
4619 pFrameBufInfo->u8BitPerPixel = 24; in Hal_SC_get_framebuf_Info()
4623 pFrameBufInfo->u8BitPerPixel = 32; in Hal_SC_get_framebuf_Info()
4636 pFrameBufInfo->u8BitPerPixel = 20; in Hal_SC_get_framebuf_Info()
4640 pFrameBufInfo->u8BitPerPixel = 24; in Hal_SC_get_framebuf_Info()
4650 pFrameBufInfo->u8BitPerPixel = 24; in Hal_SC_get_framebuf_Info()
4654 pFrameBufInfo->u8BitPerPixel = 20; in Hal_SC_get_framebuf_Info()
4658 pFrameBufInfo->u8BitPerPixel = 16; in Hal_SC_get_framebuf_Info()
[all …]
/utopia/UTPA2-700.0.x/modules/xc/hal/maserati/xc/
H A Dmhal_sc.c2205 …Info[MAIN_WINDOW].bLinearMode, _FIELD_PACKING_MODE_SUPPORTED),gSrcInfo[MAIN_WINDOW].u8BitPerPixel); in Hal_SC_SWDS_AddCmd()
2208 … = (gSrcInfo[eWindow].Status2.u16VirtualBox_Width * gSrcInfo[eWindow].u8BitPerPixel * 2 / 8 * MDrv… in Hal_SC_SWDS_AddCmd()
4611 pFrameBufInfo->u8BitPerPixel = 24;//default in Hal_SC_get_framebuf_Info()
4619 pFrameBufInfo->u8BitPerPixel = 24; in Hal_SC_get_framebuf_Info()
4623 pFrameBufInfo->u8BitPerPixel = 32; in Hal_SC_get_framebuf_Info()
4636 pFrameBufInfo->u8BitPerPixel = 20; in Hal_SC_get_framebuf_Info()
4640 pFrameBufInfo->u8BitPerPixel = 24; in Hal_SC_get_framebuf_Info()
4650 pFrameBufInfo->u8BitPerPixel = 24; in Hal_SC_get_framebuf_Info()
4654 pFrameBufInfo->u8BitPerPixel = 20; in Hal_SC_get_framebuf_Info()
4658 pFrameBufInfo->u8BitPerPixel = 16; in Hal_SC_get_framebuf_Info()
[all …]
/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DapiXC_EX.h955 MS_U8 u8BitPerPixel; ///<Bits number Per Pixel member
1049 MS_U8 u8BitPerPixel; ///<Bits number Per Pixel member
H A DapiXC.h1192 MS_U8 u8BitPerPixel; ///<Bits number Per Pixel member
1286 MS_U8 u8BitPerPixel; ///<Bits number Per Pixel member
/utopia/UTPA2-700.0.x/mxlib/include/
H A DapiXC_EX.h993 MS_U8 u8BitPerPixel; ///<Bits number Per Pixel member
1093 MS_U8 u8BitPerPixel; ///<Bits number Per Pixel member
H A DapiXC.h1392 MS_U8 u8BitPerPixel; ///<Bits number Per Pixel member
1492 MS_U8 u8BitPerPixel; ///<Bits number Per Pixel member
/utopia/UTPA2-700.0.x/modules/xc/drv/xc/include/
H A Dmvideo_context.h740 MS_U8 u8BitPerPixel; ///<Bits number Per Pixel member
/utopia/UTPA2-700.0.x/modules/xc/hal/mustang/xc/include/
H A Dmhal_sc.h142 MS_U8 u8BitPerPixel; member

12