Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/video/display/dc/dsi_cmd/
Dfsl_dc_fb_dsi_cmd.c188 uint8_t byteperpixel = VIDEO_GetPixelSizeBits(fbInfo->pixelFormat) / 8U; in DC_FB_DSI_CMD_SetFrameBuffer() local
189 uint32_t minorLoopBytes = (uint32_t)fbInfo->width * (uint32_t)byteperpixel; in DC_FB_DSI_CMD_SetFrameBuffer()
277 uint8_t byteperpixel; in DC_FB_DSI_CMD_TE_IRQHandler() local
292 byteperpixel = VIDEO_GetPixelSizeBits(fbInfo->pixelFormat) / 8U; in DC_FB_DSI_CMD_TE_IRQHandler()
293 minorLoopBytes = (uint32_t)fbInfo->width * (uint32_t)byteperpixel; in DC_FB_DSI_CMD_TE_IRQHandler()