Home
last modified time | relevance | path

Searched refs:SBWCL_10B_Y_SIZE (Results 1 – 5 of 5) sorted by relevance

/hardware/google/gchips/gralloc4/src/core/
Dmfc_macros_local.h54 #define SBWCL_10B_Y_SIZE(w, h, r) ((SBWCL_10B_STRIDE(w, r) * ((__ALIGN_UP((h), 8) + 3) / 4)) + 64) macro
58 #define SBWCL_10B_CBCR_BASE(base, w, h, r) ((base) + SBWCL_10B_Y_SIZE(w, h, r))
Dexynos_format_allocation.h143 plane[0].size = SBWCL_10B_Y_SIZE(width, height, rate); in setup_sbwc_420_sp_10bit_lossy()
/hardware/google/gchips/gralloc3/src/
Dlocal_mfc_macros.h52 #define SBWCL_10B_Y_SIZE(w, h, r) ((SBWCL_10B_STRIDE(w, r) * ((__ALIGN_UP((h), 8) + 3) / 4)) + 64) macro
56 #define SBWCL_10B_CBCR_BASE(base, w, h, r) ((base) + SBWCL_10B_Y_SIZE(w, h, r))
Dmali_gralloc_bufferallocation.cpp993 luma_size = SBWCL_10B_Y_SIZE(w, h, r); in prepare_descriptor_exynos_formats()
Dmali_gralloc_bufferaccess.cpp815 uOffset = SBWCL_10B_Y_SIZE(hnd->width, hnd->height, r); in get_flexlayout_exynos_formats_only()