Home
last modified time | relevance | path

Searched refs:VIDEO_GetPixelSizeBits (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/components/video/display/dc/dsi_cmd/
Dfsl_dc_fb_dsi_cmd.c172 … fbInfo->strideBytes = panelHandle->width * VIDEO_GetPixelSizeBits(panelHandle->pixelFormat) / 8U; in DC_FB_DSI_CMD_GetLayerDefaultConfig()
188 uint8_t byteperpixel = VIDEO_GetPixelSizeBits(fbInfo->pixelFormat) / 8U; in DC_FB_DSI_CMD_SetFrameBuffer()
292 byteperpixel = VIDEO_GetPixelSizeBits(fbInfo->pixelFormat) / 8U; in DC_FB_DSI_CMD_TE_IRQHandler()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/video/
Dfsl_video_common.h175 uint8_t VIDEO_GetPixelSizeBits(video_pixel_format_t pixelFormat);
Dfsl_video_common.c51 uint8_t VIDEO_GetPixelSizeBits(video_pixel_format_t pixelFormat) in VIDEO_GetPixelSizeBits() function
/hal_nxp-3.5.0/mcux/mcux-sdk/components/video/display/dc/elcdif/
Dfsl_dc_fb_elcdif.c174 … assert(fbInfo->strideBytes == VIDEO_GetPixelSizeBits(fbInfo->pixelFormat) * dcHandle->width / 8U); in DC_FB_ELCDIF_SetLayerConfig()