Home
last modified time | relevance | path

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

/hardware/google/gchips/gralloc4/src/core/
Dmfc_macros_local.h48 #define SBWCL_8B_STRIDE(w, r) (((128 * (r)) / 100) * (((w) + 31) / 32)) macro
51 #define SBWCL_8B_Y_SIZE(w, h, r) ((SBWCL_8B_STRIDE(w, r) * ((__ALIGN_UP((h), 8) + 3) / 4)) + 64)
52 #define SBWCL_8B_CBCR_SIZE(w, h, r) ((SBWCL_8B_STRIDE(w, r) * (((__ALIGN_UP((h), 8) / 2) + 3) / 4…
Dexynos_format_allocation.h118 plane[0].byte_stride = SBWCL_8B_STRIDE(width, rate); in setup_sbwc_420_sp_lossy()
124 plane[1].byte_stride = SBWCL_8B_STRIDE(width, rate); in setup_sbwc_420_sp_lossy()
/hardware/google/gchips/gralloc3/src/
Dlocal_mfc_macros.h46 #define SBWCL_8B_STRIDE(w, r) (((128 * (r)) / 100) * (((w) + 31) / 32)) macro
49 #define SBWCL_8B_Y_SIZE(w, h, r) ((SBWCL_8B_STRIDE(w, r) * ((__ALIGN_UP((h), 8) + 3) / 4)) + 64)
50 #define SBWCL_8B_CBCR_SIZE(w, h, r) ((SBWCL_8B_STRIDE(w, r) * (((__ALIGN_UP((h), 8) / 2) + 3) / 4…
Dmali_gralloc_bufferallocation.cpp962 byte_stride = SBWCL_8B_STRIDE(w, r); in prepare_descriptor_exynos_formats()