Searched refs:AFBC_NORMAL_WIDTH_ALIGN (Results 1 – 2 of 2) sorted by relevance
/device/amlogic/yukawa/hal/gralloc/ |
D | mali_gralloc_bufferallocation.cpp | 42 #define AFBC_NORMAL_WIDTH_ALIGN 16 macro 159 w_aligned = GRALLOC_ALIGN(width, AFBC_NORMAL_WIDTH_ALIGN); in get_rgb_stride_and_size() 248 width = GRALLOC_ALIGN(width, AFBC_NORMAL_WIDTH_ALIGN); in get_afbc_yuv420_8bit_stride_and_size() 410 width = GRALLOC_ALIGN(width, AFBC_NORMAL_WIDTH_ALIGN); in get_afbc_yuv422_8bit_stride_and_size() 695 width = GRALLOC_ALIGN(width, AFBC_NORMAL_WIDTH_ALIGN); in get_yuv420_10bit_afbc_stride_and_size() 778 width = GRALLOC_ALIGN(width, AFBC_NORMAL_WIDTH_ALIGN); in get_yuv422_10bit_afbc_stride_and_size()
|
/device/linaro/hikey/gralloc960/ |
D | mali_gralloc_bufferallocation.cpp | 42 #define AFBC_NORMAL_WIDTH_ALIGN 16 macro 159 w_aligned = GRALLOC_ALIGN(width, AFBC_NORMAL_WIDTH_ALIGN); in get_rgb_stride_and_size() 248 width = GRALLOC_ALIGN(width, AFBC_NORMAL_WIDTH_ALIGN); in get_afbc_yuv420_8bit_stride_and_size() 410 width = GRALLOC_ALIGN(width, AFBC_NORMAL_WIDTH_ALIGN); in get_afbc_yuv422_8bit_stride_and_size() 695 width = GRALLOC_ALIGN(width, AFBC_NORMAL_WIDTH_ALIGN); in get_yuv420_10bit_afbc_stride_and_size() 778 width = GRALLOC_ALIGN(width, AFBC_NORMAL_WIDTH_ALIGN); in get_yuv422_10bit_afbc_stride_and_size()
|