Searched refs:NV12N_S8B_CHROMA_SIZE (Results 1 – 2 of 2) sorted by relevance
/hardware/google/gchips/gralloc3/src/ |
D | gralloc_helper.h | 71 #define NV12N_S8B_CHROMA_SIZE(w, h, ext_size) (GRALLOC_ALIGN(((w) * (h)) + ext_size… macro
|
D | mali_gralloc_bufferallocation.cpp | 1099 …chroma_size = NV12N_S8B_CHROMA_SIZE(stride, GRALLOC_ALIGN(luma_vstride / 2, CHROMA_VALIGN), ext_si… in prepare_descriptor_exynos_formats() 1101 chroma_size = NV12N_S8B_CHROMA_SIZE(stride, luma_vstride / 2, ext_size); in prepare_descriptor_exynos_formats() 1121 …chroma_size = NV12N_S8B_CHROMA_SIZE(stride, luma_vstride / 2, ext_size) + NV12N_S2B_SIZE(w, luma_v… in prepare_descriptor_exynos_formats()
|