Searched refs:SBWCL_8B_Y_SIZE (Results 1 – 5 of 5) sorted by relevance
/hardware/google/gchips/gralloc4/src/core/ |
D | mfc_macros_local.h | 51 #define SBWCL_8B_Y_SIZE(w, h, r) ((SBWCL_8B_STRIDE(w, r) * ((__ALIGN_UP((h), 8) + 3) / 4)) + 64) macro 57 #define SBWCL_8B_CBCR_BASE(base, w, h, r) ((base) + SBWCL_8B_Y_SIZE(w, h, r))
|
D | exynos_format_allocation.h | 115 plane[0].size = SBWCL_8B_Y_SIZE(width, height, rate); in setup_sbwc_420_sp_lossy()
|
/hardware/google/gchips/gralloc3/src/ |
D | local_mfc_macros.h | 49 #define SBWCL_8B_Y_SIZE(w, h, r) ((SBWCL_8B_STRIDE(w, r) * ((__ALIGN_UP((h), 8) + 3) / 4)) + 64) macro 55 #define SBWCL_8B_CBCR_BASE(base, w, h, r) ((base) + SBWCL_8B_Y_SIZE(w, h, r))
|
D | mali_gralloc_bufferallocation.cpp | 958 luma_size = SBWCL_8B_Y_SIZE(w, h, r); in prepare_descriptor_exynos_formats()
|
D | mali_gralloc_bufferaccess.cpp | 785 uOffset = SBWCL_8B_Y_SIZE(hnd->width, hnd->height, r); in get_flexlayout_exynos_formats_only()
|