Lines Matching refs:ALIGN

239                 aligned_w = ALIGN(width, alignment);  in getAlignedWidthAndHeight()
242 aligned_w = ALIGN(width, alignment); in getAlignedWidthAndHeight()
245 aligned_w = ALIGN(width, 16); in getAlignedWidthAndHeight()
248 aligned_w = ALIGN(width * 10 / 8, 8); in getAlignedWidthAndHeight()
251 aligned_w = ALIGN(width, 128); in getAlignedWidthAndHeight()
258 aligned_w = ALIGN(width, 16); in getAlignedWidthAndHeight()
273 aligned_w = ALIGN(width, 64); in getAlignedWidthAndHeight()
274 aligned_h = ALIGN(height, 64); in getAlignedWidthAndHeight()
327 aligned_w = ALIGN(width, 32); in getGpuAlignedWidthHeight()
328 aligned_h = ALIGN(height, 32); in getGpuAlignedWidthHeight()
589 size = ALIGN(alignedw * alignedh, 4096); in getSize()
594 size = ALIGN(alignedw*alignedh, 4096); in getSize()
595 size += ALIGN(2 * ALIGN(width/2, 32) * ALIGN(height/2, 32), 4096); in getSize()
601 size = ALIGN( alignedw * alignedh, 8192); in getSize()
602 size += ALIGN( alignedw * ALIGN(height/2, 32), 8192); in getSize()
610 (ALIGN(alignedw/2, 16) * (alignedh/2))*2; in getSize()
611 size = ALIGN(size, (unsigned int)4096); in getSize()
615 size = ALIGN((alignedw*alignedh) + (alignedw* alignedh)/2 + 1, 4096); in getSize()
625 size = ALIGN(alignedw * alignedh * 2, 4096); in getSize()
644 size = ALIGN((alignedw*alignedh) + (alignedw* alignedh)/2, 4096); in getSize()
745 y_meta_size = ALIGN((y_meta_stride * y_meta_height), alignment); in getYuvUbwcSPPlaneInfo()
749 y_size = ALIGN((y_stride * y_height), alignment); in getYuvUbwcSPPlaneInfo()
753 c_meta_size = ALIGN((c_meta_stride * c_meta_height), alignment); in getYuvUbwcSPPlaneInfo()
847 cstride = ALIGN(width/2, 16); in getYUVPlaneInfo()
1054 meta_height = ALIGN(((height + block_height - 1) / block_height), 16); in getRgbUBwcMetaBufferSize()
1057 meta_width = ALIGN(((width + block_width - 1) / block_width), 64); in getRgbUBwcMetaBufferSize()
1060 size = ALIGN((meta_width * meta_height), 4096); in getRgbUBwcMetaBufferSize()