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()182 write_data_start += desc->pitch * data->bytes_per_pixel; in ili9xxx_write()207 __ASSERT((desc->pitch * data->bytes_per_pixel * desc->height) <= in ili9xxx_read()295 uint8_t bytes_per_pixel; in ili9xxx_set_pixel_format() local298 bytes_per_pixel = 2U; in ili9xxx_set_pixel_format()301 bytes_per_pixel = 3U; in ili9xxx_set_pixel_format()314 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->pitch * data->bytes_per_pixel; in gc9x01x_write()537 mipi_desc.buf_size = desc->width * data->bytes_per_pixel * write_h; in gc9x01x_write()560 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()452 desc->height * desc->width * data->bytes_per_pixel); in rm67162_write()457 desc->width * data->bytes_per_pixel); in rm67162_write()460 src += data->bytes_per_pixel * (desc->pitch - desc->width); in rm67162_write()535 data->bytes_per_pixel = 3; in rm67162_set_pixel_format()538 data->bytes_per_pixel = 2; 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() local89 bytes_per_pixel = 2; in dma_mcux_pxp_configure()100 bytes_per_pixel = 3; in dma_mcux_pxp_configure()105 bytes_per_pixel = 4; in dma_mcux_pxp_configure()135 output_buffer_cfg.width = (config->dest_data_size / bytes_per_pixel); in dma_mcux_pxp_configure()
23 static inline uint8_t bytes_per_pixel(enum display_pixel_format pixel_format) in bytes_per_pixel() function111 bpp = bytes_per_pixel(cfg.current_pixel_format); in display_before()