Lines Matching refs:ALIGN

244                 aligned_w = ALIGN(width, alignment);  in getAlignedWidthAndHeight()
247 aligned_w = ALIGN(width, alignment); in getAlignedWidthAndHeight()
252 aligned_w = ALIGN(width, 16); in getAlignedWidthAndHeight()
255 aligned_w = ALIGN(width * 12 / 8, 8); in getAlignedWidthAndHeight()
258 aligned_w = ALIGN(width * 10 / 8, 8); in getAlignedWidthAndHeight()
261 aligned_w = ALIGN(width, 8); in getAlignedWidthAndHeight()
264 aligned_w = ALIGN(width, 128); in getAlignedWidthAndHeight()
273 aligned_w = ALIGN(width, 16); in getAlignedWidthAndHeight()
288 aligned_w = ALIGN(width, 64); in getAlignedWidthAndHeight()
289 aligned_h = ALIGN(height, 64); in getAlignedWidthAndHeight()
342 aligned_w = ALIGN(width, 32); in getGpuAlignedWidthHeight()
343 aligned_h = ALIGN(height, 32); in getGpuAlignedWidthHeight()
573 size = ALIGN(alignedw * alignedh, 4096); in getSize()
576 size = ALIGN(alignedw * alignedh, 4096); in getSize()
584 size = ALIGN(alignedw*alignedh, 4096); in getSize()
585 size += ALIGN(2 * ALIGN(width/2, 32) * ALIGN(height/2, 32), 4096); in getSize()
591 size = ALIGN( alignedw * alignedh, 8192); in getSize()
592 size += ALIGN( alignedw * ALIGN(height/2, 32), 8192); in getSize()
600 (ALIGN(alignedw/2, 16) * (alignedh/2))*2; in getSize()
601 size = ALIGN(size, (unsigned int)4096); in getSize()
605 size = ALIGN((alignedw*alignedh) + (alignedw* alignedh)/2 + 1, 4096); in getSize()
608 size = ALIGN((alignedw * alignedh * 2) + (alignedw * alignedh) + 1, 4096); in getSize()
619 size = ALIGN(alignedw * alignedh * 2, 4096); in getSize()
638 size = ALIGN((alignedw*alignedh) + (alignedw* alignedh)/2, 4096); in getSize()
724 y_meta_size = ALIGN((y_meta_stride * y_meta_height), alignment); in getYuvUbwcSPPlaneInfo()
728 y_size = ALIGN((y_stride * y_height), alignment); in getYuvUbwcSPPlaneInfo()
732 c_meta_size = ALIGN((c_meta_stride * c_meta_height), alignment); in getYuvUbwcSPPlaneInfo()
834 cstride = ALIGN(width/2, 16); in getYUVPlaneInfo()
1053 meta_height = ALIGN(((height + block_height - 1) / block_height), 16); in getRgbUBwcMetaBufferSize()
1056 meta_width = ALIGN(((width + block_width - 1) / block_width), 64); in getRgbUBwcMetaBufferSize()
1059 size = ALIGN((meta_width * meta_height), 4096); in getRgbUBwcMetaBufferSize()