Lines Matching refs:UINT
199 uint32_t align = UINT(getpagesize()); in GetDataAlignment()
361 ystride = cstride = UINT(width) * bpp; in GetYuvSPPlaneInfo()
363 ycbcr->cb = reinterpret_cast<void *>(base + ystride * UINT(height)); in GetYuvSPPlaneInfo()
364 ycbcr->cr = reinterpret_cast<void *>(base + ystride * UINT(height) + 1); in GetYuvSPPlaneInfo()
372 uint32_t width = UINT(hnd->width); in GetYUVPlaneInfo()
373 uint32_t height = UINT(hnd->height); in GetYUVPlaneInfo()
575 flags |= UINT(ION_SD_FLAGS); in GetIonHeapInfo()
579 flags |= UINT(ION_SC_PREVIEW_FLAGS); in GetIonHeapInfo()
581 flags |= UINT(ION_SC_FLAGS); in GetIonHeapInfo()
585 flags |= UINT(ION_CP_FLAGS); in GetIonHeapInfo()
603 if (flags & UINT(ION_SECURE)) { in GetIonHeapInfo()