Home
last modified time | relevance | path

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

/hardware/google/gchips/gralloc4/src/core/
Dmfc_macros_local.h30 #define SBWC_8B_STRIDE(w) (128 * (((w) + 31) / 32)) macro
37 #define SBWC_8B_Y_SIZE(w, h) ((SBWC_8B_STRIDE(w) * ((__ALIGN_UP((h), 16) + 3) / 4)) + 64)
39 #define SBWC_8B_CBCR_SIZE(w, h) ((SBWC_8B_STRIDE(w) * (((__ALIGN_UP((h), 16) / 2) + 3) / 4)) + 6…
Dexynos_format_allocation.h65 plane[0].byte_stride = SBWC_8B_STRIDE(w); in setup_sbwc_420_sp()
70 plane[1].byte_stride = SBWC_8B_STRIDE(w); in setup_sbwc_420_sp()
/hardware/google/gchips/gralloc3/src/
Dlocal_mfc_macros.h28 #define SBWC_8B_STRIDE(w) (128 * (((w) + 31) / 32)) macro
35 #define SBWC_8B_Y_SIZE(w, h) ((SBWC_8B_STRIDE(w) * ((__ALIGN_UP((h), 16) + 3) / 4)) + 64)
37 #define SBWC_8B_CBCR_SIZE(w, h) ((SBWC_8B_STRIDE(w) * (((__ALIGN_UP((h), 16) / 2) + 3) / 4)) + 6…
Dmali_gralloc_bufferallocation.cpp922 byte_stride = SBWC_8B_STRIDE(w); in prepare_descriptor_exynos_formats()