Searched refs:bytes_per_pixel (Results 1 – 6 of 6) sorted by relevance
19 uint8_t bytes_per_pixel; member140 __ASSERT((desc->pitch * data->bytes_per_pixel * desc->height) <= in ili9xxx_write()155 mipi_desc.buf_size = desc->pitch * data->bytes_per_pixel; in ili9xxx_write()159 mipi_desc.buf_size = desc->width * data->bytes_per_pixel * write_h; in ili9xxx_write()183 write_data_start += desc->pitch * data->bytes_per_pixel; in ili9xxx_write()208 __ASSERT((desc->pitch * data->bytes_per_pixel * desc->height) <= in ili9xxx_read()296 uint8_t bytes_per_pixel; in ili9xxx_set_pixel_format() local299 bytes_per_pixel = 2U; in ili9xxx_set_pixel_format()302 bytes_per_pixel = 3U; in ili9xxx_set_pixel_format()315 data->bytes_per_pixel = bytes_per_pixel; in ili9xxx_set_pixel_format()
26 uint8_t bytes_per_pixel; member373 uint8_t bytes_per_pixel; in gc9x01x_set_pixel_format() local376 bytes_per_pixel = 2U; in gc9x01x_set_pixel_format()379 bytes_per_pixel = 3U; in gc9x01x_set_pixel_format()392 data->bytes_per_pixel = bytes_per_pixel; in gc9x01x_set_pixel_format()520 __ASSERT((desc->pitch * data->bytes_per_pixel * desc->height) <= desc->buf_size, in gc9x01x_write()533 mipi_desc.buf_size = desc->width * data->bytes_per_pixel; in gc9x01x_write()537 mipi_desc.buf_size = desc->width * data->bytes_per_pixel * write_h; in gc9x01x_write()561 write_data_start += desc->pitch * data->bytes_per_pixel; in gc9x01x_write()
200 uint8_t bytes_per_pixel; member281 data->bytes_per_pixel = 3; in rm67162_init()284 data->bytes_per_pixel = 2; in rm67162_init()456 desc->height * desc->width * data->bytes_per_pixel); in rm67162_write()461 desc->width * data->bytes_per_pixel); in rm67162_write()464 src += data->bytes_per_pixel * (desc->pitch - desc->width); in rm67162_write()530 data->bytes_per_pixel = 2; in rm67162_set_pixel_format()535 data->bytes_per_pixel = 3; in rm67162_set_pixel_format()
48 utilize (lcd_width * lcd_height * bytes_per_pixel) bytes of data,
58 uint8_t bytes_per_pixel; in dma_mcux_pxp_configure() local90 bytes_per_pixel = 2; in dma_mcux_pxp_configure()101 bytes_per_pixel = 3; in dma_mcux_pxp_configure()106 bytes_per_pixel = 4; in dma_mcux_pxp_configure()155 output_buffer_cfg.width = (config->dest_data_size / bytes_per_pixel); in dma_mcux_pxp_configure()
27 static inline uint8_t bytes_per_pixel(enum display_pixel_format pixel_format) in bytes_per_pixel() function115 bpp = bytes_per_pixel(cfg.current_pixel_format); in display_before()