Home
last modified time | relevance | path

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

/hardware/google/gchips/gralloc4/src/core/
Dexynos_format_allocation.h22 #define PLANE_SIZE(w, h) ((w) * (h)) macro
169 plane[0].size = PLANE_SIZE(width, height); in setup_420_sp()
178 plane[1].size = PLANE_SIZE(chroma_width, chroma_height); in setup_420_sp()
210 plane[0].size = PLANE_SIZE(width, height) + S2B_PLANE_SIZE(width, height) + mscl_ext; in setup_420_sp_s10b()
219 plane[1].size = PLANE_SIZE(chroma_width, chroma_height) in setup_420_sp_s10b()
243 plane[0].size = PLANE_SIZE(width * 2, height); in setup_p010_sp()
252 plane[1].size = PLANE_SIZE(chroma_width * 2, chroma_height); in setup_p010_sp()
276 plane[0].size = PLANE_SIZE(width, height); in setup_420_p()
285 plane[1].size = PLANE_SIZE(chroma_width, chroma_height); in setup_420_p()
290 plane[2].size = PLANE_SIZE(chroma_width, chroma_height); in setup_420_p()
[all …]