Searched refs:AFBC_NORMAL_HEIGHT_ALIGN (Results 1 – 2 of 2) sorted by relevance
/device/amlogic/yukawa/hal/gralloc/ |
D | mali_gralloc_bufferallocation.cpp | 43 #define AFBC_NORMAL_HEIGHT_ALIGN 16 macro 132 int h_aligned = GRALLOC_ALIGN(height, AFBC_NORMAL_HEIGHT_ALIGN); in get_rgb_stride_and_size() 249 height = GRALLOC_ALIGN(*internalHeight, AFBC_NORMAL_HEIGHT_ALIGN); in get_afbc_yuv420_8bit_stride_and_size() 411 height = GRALLOC_ALIGN(height, AFBC_NORMAL_HEIGHT_ALIGN); in get_afbc_yuv422_8bit_stride_and_size() 696 height = GRALLOC_ALIGN(*internalHeight / 2, AFBC_NORMAL_HEIGHT_ALIGN); in get_yuv420_10bit_afbc_stride_and_size() 779 height = GRALLOC_ALIGN(height, AFBC_NORMAL_HEIGHT_ALIGN); in get_yuv422_10bit_afbc_stride_and_size()
|
/device/linaro/hikey/gralloc960/ |
D | mali_gralloc_bufferallocation.cpp | 43 #define AFBC_NORMAL_HEIGHT_ALIGN 16 macro 132 int h_aligned = GRALLOC_ALIGN(height, AFBC_NORMAL_HEIGHT_ALIGN); in get_rgb_stride_and_size() 249 height = GRALLOC_ALIGN(*internalHeight, AFBC_NORMAL_HEIGHT_ALIGN); in get_afbc_yuv420_8bit_stride_and_size() 411 height = GRALLOC_ALIGN(height, AFBC_NORMAL_HEIGHT_ALIGN); in get_afbc_yuv422_8bit_stride_and_size() 696 height = GRALLOC_ALIGN(*internalHeight / 2, AFBC_NORMAL_HEIGHT_ALIGN); in get_yuv420_10bit_afbc_stride_and_size() 779 height = GRALLOC_ALIGN(height, AFBC_NORMAL_HEIGHT_ALIGN); in get_yuv422_10bit_afbc_stride_and_size()
|