Home
last modified time | relevance | path

Searched refs:get_format_bpp (Results 1 – 4 of 4) sorted by relevance

/hardware/ti/am57x/libhwcomposer/
Dformat.h59 uint32_t get_format_bpp(uint32_t format);
Dformat.cpp100 uint32_t get_format_bpp(uint32_t format) in get_format_bpp() function
Ddrmfb.cpp46 this->pitches[0] = ALIGN(img_hnd->iWidth, HW_ALIGN) * get_format_bpp(img_hnd->iFormat) >> 3; in DRMFramebuffer()
/hardware/google/gfxstream/guest/mesa/src/util/u_gralloc/
Du_gralloc_fallback.c81 get_format_bpp(int native) in get_format_bpp() function
291 stride = hnd->pixel_stride * get_format_bpp(hnd->hal_format); in fallback_gralloc_get_buffer_info()