Searched refs:bytes_per_pixel (Results 1 – 2 of 2) sorted by relevance
242 uint32_t bytes_per_pixel(uint32_t fmt);
1025 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