Home
last modified time | relevance | path

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

/hardware/ti/am57x/libhwcomposer/
Ddrmfb.cpp46 this->pitches[0] = ALIGN(img_hnd->iWidth, HW_ALIGN) * get_format_bpp(img_hnd->iFormat) >> 3; in DRMFramebuffer()
55 this->pitches[0] = ALIGN(img_hnd->iWidth, HW_ALIGN); in DRMFramebuffer()
Dimg_gralloc1_public.h35 #define HW_ALIGN 16 macro