Searched refs:SBWCL_10B_Y_SIZE (Results 1 – 5 of 5) sorted by relevance
/hardware/google/gchips/gralloc4/src/core/ |
D | mfc_macros_local.h | 54 #define SBWCL_10B_Y_SIZE(w, h, r) ((SBWCL_10B_STRIDE(w, r) * ((__ALIGN_UP((h), 8) + 3) / 4)) + 64) macro 58 #define SBWCL_10B_CBCR_BASE(base, w, h, r) ((base) + SBWCL_10B_Y_SIZE(w, h, r))
|
D | exynos_format_allocation.h | 143 plane[0].size = SBWCL_10B_Y_SIZE(width, height, rate); in setup_sbwc_420_sp_10bit_lossy()
|
/hardware/google/gchips/gralloc3/src/ |
D | local_mfc_macros.h | 52 #define SBWCL_10B_Y_SIZE(w, h, r) ((SBWCL_10B_STRIDE(w, r) * ((__ALIGN_UP((h), 8) + 3) / 4)) + 64) macro 56 #define SBWCL_10B_CBCR_BASE(base, w, h, r) ((base) + SBWCL_10B_Y_SIZE(w, h, r))
|
D | mali_gralloc_bufferallocation.cpp | 993 luma_size = SBWCL_10B_Y_SIZE(w, h, r); in prepare_descriptor_exynos_formats()
|
D | mali_gralloc_bufferaccess.cpp | 815 uOffset = SBWCL_10B_Y_SIZE(hnd->width, hnd->height, r); in get_flexlayout_exynos_formats_only()
|