Home
last modified time | relevance | path

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

/hardware/google/gchips/gralloc4/src/core/
Dmfc_macros_local.h31 #define SBWC_10B_STRIDE(w) (160 * (((w) + 31) / 32)) macro
42 #define SBWC_10B_Y_SIZE(w, h) ((SBWC_10B_STRIDE(w) * ((__ALIGN_UP((h), 16) + 3) / 4)) + 64)
44 #define SBWC_10B_CBCR_SIZE(w, h) ((SBWC_10B_STRIDE(w) * (((__ALIGN_UP((h), 16) / 2) + 3) / 4)) + …
Dexynos_format_allocation.h92 plane[0].byte_stride = SBWC_10B_STRIDE(w); in setup_sbwc_420_sp_10bit()
97 plane[1].byte_stride = SBWC_10B_STRIDE(w); in setup_sbwc_420_sp_10bit()
/hardware/google/gchips/gralloc3/src/
Dlocal_mfc_macros.h29 #define SBWC_10B_STRIDE(w) (160 * (((w) + 31) / 32)) macro
40 #define SBWC_10B_Y_SIZE(w, h) ((SBWC_10B_STRIDE(w) * ((__ALIGN_UP((h), 16) + 3) / 4)) + 64)
42 #define SBWC_10B_CBCR_SIZE(w, h) ((SBWC_10B_STRIDE(w) * (((__ALIGN_UP((h), 16) / 2) + 3) / 4)) + …
Dmali_gralloc_bufferallocation.cpp933 byte_stride = SBWC_10B_STRIDE(w); in prepare_descriptor_exynos_formats()