Searched refs:get_format_bpp (Results 1 – 3 of 3) sorted by relevance
59 uint32_t get_format_bpp(uint32_t format);
100 uint32_t get_format_bpp(uint32_t format) in get_format_bpp() function
46 this->pitches[0] = ALIGN(img_hnd->iWidth, HW_ALIGN) * get_format_bpp(img_hnd->iFormat) >> 3; in DRMFramebuffer()