Lines Matching refs:UINT
198 uint32_t align = UINT(getpagesize()); in GetDataAlignment()
360 ystride = cstride = UINT(width) * bpp; in GetYuvSPPlaneInfo()
362 ycbcr->cb = reinterpret_cast<void *>(base + ystride * UINT(height)); in GetYuvSPPlaneInfo()
363 ycbcr->cr = reinterpret_cast<void *>(base + ystride * UINT(height) + 1); in GetYuvSPPlaneInfo()
371 uint32_t width = UINT(hnd->width); in GetYUVPlaneInfo()
372 uint32_t height = UINT(hnd->height); in GetYUVPlaneInfo()
573 flags |= UINT(ION_SD_FLAGS); in GetIonHeapInfo()
577 flags |= UINT(ION_SC_PREVIEW_FLAGS); in GetIonHeapInfo()
579 flags |= UINT(ION_SC_FLAGS); in GetIonHeapInfo()
583 flags |= UINT(ION_CP_FLAGS); in GetIonHeapInfo()
601 if (flags & UINT(ION_SECURE)) { in GetIonHeapInfo()