Home
last modified time | relevance | path

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

/hardware/google/gchips/gralloc4/src/core/
Dexynos_format_allocation.h175 int chroma_width = width; in setup_420_sp() local
178 plane[1].size = PLANE_SIZE(chroma_width, chroma_height); in setup_420_sp()
179 plane[1].alloc_width = chroma_width; in setup_420_sp()
181 plane[1].byte_stride = chroma_width; in setup_420_sp()
216 int chroma_width = width; in setup_420_sp_s10b() local
219 plane[1].size = PLANE_SIZE(chroma_width, chroma_height) in setup_420_sp_s10b()
220 + S2B_PLANE_SIZE(chroma_width, chroma_height) + mscl_ext; in setup_420_sp_s10b()
221 plane[1].alloc_width = chroma_width; in setup_420_sp_s10b()
223 plane[1].byte_stride = chroma_width; in setup_420_sp_s10b()
249 int chroma_width = width; in setup_p010_sp() local
[all …]