Home
last modified time | relevance | path

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

/hardware/google/gchips/gralloc4/src/core/
Dexynos_format_allocation.h26 #define S2B_PLANE_SIZE(w, h) (GRALLOC_ALIGN((w) / 4, 16) * (GRALLOC_ALIGN(h, 16))) macro
213 plane[0].size = PLANE_SIZE(width, height) + S2B_PLANE_SIZE(width, height) + mscl_ext; in setup_420_sp_s10b()
223 + S2B_PLANE_SIZE(chroma_width, chroma_height) + mscl_ext; in setup_420_sp_s10b()