Home
last modified time | relevance | path

Searched refs:drv_bytes_per_pixel_from_format (Results 1 – 3 of 3) sorted by relevance

/external/minigbm/
Ddrv.h160 uint32_t drv_bytes_per_pixel_from_format(uint32_t format, size_t plane);
Dhelpers.c169 uint32_t drv_bytes_per_pixel_from_format(uint32_t format, size_t plane) in drv_bytes_per_pixel_from_format() function
/external/minigbm/cros_gralloc/
Dcros_gralloc_driver.cc149 bytes_per_pixel = drv_bytes_per_pixel_from_format(hnd->format, 0); in allocate()