Home
last modified time | relevance | path

Searched refs:iFormat (Results 1 – 2 of 2) sorted by relevance

/hardware/ti/am57x/libhwcomposer/
Ddrmfb.cpp44 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()
Dimg_gralloc1_public.h102 int iFormat; member