Searched refs:SIZE_8K (Results 1 – 10 of 10) sorted by relevance
/hardware/qcom/display/msm8998/libgralloc1/ |
D | gr_utils.h | 41 #define SIZE_8K 4096 macro
|
D | gr_allocator.cpp | 258 size = ALIGN(alignedw * alignedh, SIZE_8K); in GetSize() 259 size += ALIGN(alignedw * (unsigned int)ALIGN(height / 2, 32), SIZE_8K); in GetSize()
|
/hardware/qcom/display/msm8996/libgralloc1/ |
D | gr_utils.h | 41 #define SIZE_8K 4096 macro
|
D | gr_allocator.cpp | 257 size = ALIGN(alignedw * alignedh, SIZE_8K); in GetSize() 258 size += ALIGN(alignedw * (unsigned int)ALIGN(height / 2, 32), SIZE_8K); in GetSize()
|
/hardware/qcom/display/msm8909w_3100/libgralloc1/ |
D | gr_utils.h | 40 #define SIZE_8K 4096 macro
|
D | gr_utils.cpp | 225 size = ALIGN(alignedw * alignedh, SIZE_8K); in GetSize() 226 size += ALIGN(alignedw * (unsigned int)ALIGN(height / 2, 32), SIZE_8K); in GetSize()
|
/hardware/qcom/display/msm8909/gralloc/ |
D | gr_utils.h | 40 #define SIZE_8K 4096 macro
|
D | gr_utils.cpp | 225 size = ALIGN(alignedw * alignedh, SIZE_8K); in GetSize() 226 size += ALIGN(alignedw * (unsigned int)ALIGN(height / 2, 32), SIZE_8K); in GetSize()
|
/hardware/qcom/sdm845/display/gralloc/ |
D | gr_utils.h | 42 #define SIZE_8K 8192 macro
|
D | gr_utils.cpp | 278 size = ALIGN(alignedw * alignedh, SIZE_8K); in GetSize() 279 size += ALIGN(alignedw * (unsigned int) ALIGN(height / 2, 32), SIZE_8K); in GetSize()
|