Searched refs:NV12M_S2B_CHROMA_SIZE (Results 1 – 2 of 2) sorted by relevance
/hardware/google/gchips/gralloc3/src/ |
D | gralloc_helper.h | 77 #define NV12M_S2B_CHROMA_SIZE(w, h, ext_size) ((GRALLOC_ALIGN((w) / 4, 16) * (GRALL… macro 80 #define NV12M_S2B_CHROMA_SIZE(w, h, ext_size) ((GRALLOC_ALIGN((w) / 4, 16) * (h / 2… macro
|
D | mali_gralloc_bufferallocation.cpp | 1113 …chroma_size = NV12M_S8B_SIZE(stride, luma_vstride / 2, ext_size) + NV12M_S2B_CHROMA_SIZE(w, h, ext… in prepare_descriptor_exynos_formats()
|