Searched refs:AFBC_WIDEBLK_WIDTH_ALIGN (Results 1 – 2 of 2) sorted by relevance
/device/amlogic/yukawa/hal/gralloc/ |
D | mali_gralloc_bufferallocation.cpp | 44 #define AFBC_WIDEBLK_WIDTH_ALIGN 32 macro 154 w_aligned = GRALLOC_ALIGN(width, AFBC_WIDEBLK_WIDTH_ALIGN); in get_rgb_stride_and_size() 243 width = GRALLOC_ALIGN(width, AFBC_WIDEBLK_WIDTH_ALIGN); in get_afbc_yuv420_8bit_stride_and_size() 405 width = GRALLOC_ALIGN(width, AFBC_WIDEBLK_WIDTH_ALIGN); in get_afbc_yuv422_8bit_stride_and_size() 690 width = GRALLOC_ALIGN(width, AFBC_WIDEBLK_WIDTH_ALIGN); in get_yuv420_10bit_afbc_stride_and_size() 773 width = GRALLOC_ALIGN(width, AFBC_WIDEBLK_WIDTH_ALIGN); in get_yuv422_10bit_afbc_stride_and_size()
|
/device/linaro/hikey/gralloc960/ |
D | mali_gralloc_bufferallocation.cpp | 44 #define AFBC_WIDEBLK_WIDTH_ALIGN 32 macro 154 w_aligned = GRALLOC_ALIGN(width, AFBC_WIDEBLK_WIDTH_ALIGN); in get_rgb_stride_and_size() 243 width = GRALLOC_ALIGN(width, AFBC_WIDEBLK_WIDTH_ALIGN); in get_afbc_yuv420_8bit_stride_and_size() 405 width = GRALLOC_ALIGN(width, AFBC_WIDEBLK_WIDTH_ALIGN); in get_afbc_yuv422_8bit_stride_and_size() 690 width = GRALLOC_ALIGN(width, AFBC_WIDEBLK_WIDTH_ALIGN); in get_yuv420_10bit_afbc_stride_and_size() 773 width = GRALLOC_ALIGN(width, AFBC_WIDEBLK_WIDTH_ALIGN); in get_yuv422_10bit_afbc_stride_and_size()
|