Searched refs:VIDEO_GetPixelSizeBits (Results 1 – 4 of 4) sorted by relevance
172 … 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()
175 uint8_t VIDEO_GetPixelSizeBits(video_pixel_format_t pixelFormat);
51 uint8_t VIDEO_GetPixelSizeBits(video_pixel_format_t pixelFormat) in VIDEO_GetPixelSizeBits() function
174 … assert(fbInfo->strideBytes == VIDEO_GetPixelSizeBits(fbInfo->pixelFormat) * dcHandle->width / 8U); in DC_FB_ELCDIF_SetLayerConfig()