Home
last modified time | relevance | path

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

/hardware/google/gchips/gralloc3/src/
Dgralloc_helper.h67 #define P010_PLANE_SIZE(w, h, ext_size) ((((w) * 2) * (h)) + ext_size) macro
Dmali_gralloc_bufferallocation.cpp1128 chroma_size = P010_PLANE_SIZE(stride, luma_vstride / 2, ext_size); in prepare_descriptor_exynos_formats()
1129 luma_size = P010_PLANE_SIZE(stride, luma_vstride, ext_size); in prepare_descriptor_exynos_formats()