Searched refs:SBWCL_10B_STRIDE (Results 1 – 4 of 4) sorted by relevance
/hardware/google/gchips/gralloc4/src/core/ |
D | mfc_macros_local.h | 49 #define SBWCL_10B_STRIDE(w, r) (((160 * (r)) / 100) * (((w) + 31) / 32)) macro 54 #define SBWCL_10B_Y_SIZE(w, h, r) ((SBWCL_10B_STRIDE(w, r) * ((__ALIGN_UP((h), 8) + 3) / 4)) + 64) 55 #define SBWCL_10B_CBCR_SIZE(w, h, r) ((SBWCL_10B_STRIDE(w, r) * (((__ALIGN_UP((h), 8) / 2) + 3) / …
|
D | exynos_format_allocation.h | 146 plane[0].byte_stride = SBWCL_10B_STRIDE(width, rate); in setup_sbwc_420_sp_10bit_lossy() 152 plane[1].byte_stride = SBWCL_10B_STRIDE(width, rate); in setup_sbwc_420_sp_10bit_lossy()
|
/hardware/google/gchips/gralloc3/src/ |
D | local_mfc_macros.h | 47 #define SBWCL_10B_STRIDE(w, r) (((160 * (r)) / 100) * (((w) + 31) / 32)) macro 52 #define SBWCL_10B_Y_SIZE(w, h, r) ((SBWCL_10B_STRIDE(w, r) * ((__ALIGN_UP((h), 8) + 3) / 4)) + 64) 53 #define SBWCL_10B_CBCR_SIZE(w, h, r) ((SBWCL_10B_STRIDE(w, r) * (((__ALIGN_UP((h), 8) / 2) + 3) / …
|
D | mali_gralloc_bufferallocation.cpp | 996 byte_stride = SBWCL_10B_STRIDE(w, r); in prepare_descriptor_exynos_formats()
|