Home
last modified time | relevance | path

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

/u-boot/drivers/video/imx/
A Dipu.h242 uint32_t bytes_per_pixel(uint32_t fmt);
A Dipu_common.c1025 if (stride < width * bytes_per_pixel(pixel_fmt)) in ipu_init_channel_buffer()
1026 stride = width * bytes_per_pixel(pixel_fmt); in ipu_init_channel_buffer()
1199 uint32_t bytes_per_pixel(uint32_t fmt) in bytes_per_pixel() function

Completed in 5 milliseconds