Home
last modified time | relevance | path

Searched refs:SBWCL_10B_CBCR_SIZE (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gchips/gralloc4/src/core/
Dmfc_macros_local.h55 #define SBWCL_10B_CBCR_SIZE(w, h, r) ((SBWCL_10B_STRIDE(w, r) * (((__ALIGN_UP((h), 8) / 2) + 3) / … macro
Dexynos_format_allocation.h149 plane[1].size = SBWCL_10B_CBCR_SIZE(width, height, rate); in setup_sbwc_420_sp_10bit_lossy()
/hardware/google/gchips/gralloc3/src/
Dlocal_mfc_macros.h53 #define SBWCL_10B_CBCR_SIZE(w, h, r) ((SBWCL_10B_STRIDE(w, r) * (((__ALIGN_UP((h), 8) / 2) + 3) / … macro
Dmali_gralloc_bufferallocation.cpp994 chroma_size = SBWCL_10B_CBCR_SIZE(w, h, r); in prepare_descriptor_exynos_formats()