Searched refs:iFormat (Results 1 – 2 of 2) sorted by relevance
44 this->format = convert_hal_to_drm_format(img_hnd->iFormat, true); in DRMFramebuffer()46 this->pitches[0] = ALIGN(img_hnd->iWidth, HW_ALIGN) * get_format_bpp(img_hnd->iFormat) >> 3; in DRMFramebuffer()
102 int iFormat; member