Searched refs:pixelFormat (Results 1 – 10 of 10) sorted by relevance
91 elcdifConfig.pixelFormat = DC_FB_ELCDIF_DEFAULT_PIXEL_FORMAT_ELCDIF; in DC_FB_ELCDIF_Init()165 elcdif_pixel_format_t pixelFormat; in DC_FB_ELCDIF_SetLayerConfig() local174 … assert(fbInfo->strideBytes == VIDEO_GetPixelSizeBits(fbInfo->pixelFormat) * dcHandle->width / 8U); in DC_FB_ELCDIF_SetLayerConfig()176 status = DC_FB_ELCDIF_GetPixelFormat(fbInfo->pixelFormat, &pixelFormat); in DC_FB_ELCDIF_SetLayerConfig()182 ELCDIF_RgbModeSetPixelFormat(dcHandle->elcdif, pixelFormat); in DC_FB_ELCDIF_SetLayerConfig()198 fbInfo->pixelFormat = DC_FB_ELCDIF_DEFAULT_PIXEL_FORMAT; in DC_FB_ELCDIF_GetLayerDefaultConfig()
180 lcdifv2_pixel_format_t pixelFormat; in DC_FB_LCDIFV2_SetLayerConfig() local188 status = DC_FB_LCDIFV2_GetPixelFormat(fbInfo->pixelFormat, &pixelFormat); in DC_FB_LCDIFV2_SetLayerConfig()198 bufferConfig.pixelFormat = pixelFormat; in DC_FB_LCDIFV2_SetLayerConfig()215 fbInfo->pixelFormat = DC_FB_LCDIFV2_DEFAULT_PIXEL_FORMAT; in DC_FB_LCDIFV2_GetLayerDefaultConfig()
58 video_pixel_format_t pixelFormat; /*!< Pixel format. */ member79 video_pixel_format_t pixelFormat; member
44 uint8_t VIDEO_GetPixelSizeBits(video_pixel_format_t pixelFormat) in VIDEO_GetPixelSizeBits() argument48 switch (pixelFormat) in VIDEO_GetPixelSizeBits()
175 uint8_t VIDEO_GetPixelSizeBits(video_pixel_format_t pixelFormat);
29 video_pixel_format_t pixelFormat; /*!< Pixel format of the frame buffer */ member
61 lcd_config.pixelFormat = kELCDIF_PixelFormatRGB888; in imx6ull_elcd_init()64 lcd_config.pixelFormat = kELCDIF_PixelFormatRGB565; in imx6ull_elcd_init()
136 .pixelFormat = kELCDIF_PixelFormatRGB565, in DEMO_InitLcd()
86 lcd_config.pixelFormat = kELCDIF_PixelFormatRGB565; in imxrt_lcd_init()
103 g_fbInfo->bufInfo.pixelFormat = DEMO_BUFFER_PIXEL_FORMAT; in VGLITE_CreateWindow()
Completed in 20 milliseconds