Searched refs:NV12M_S8B_SIZE (Results 1 – 2 of 2) sorted by relevance
/hardware/google/gchips/gralloc3/src/ |
D | gralloc_helper.h | 73 #define NV12M_S8B_SIZE(w, h, ext_size) PLANE_SIZE(w, h, ext_size) macro
|
D | mali_gralloc_bufferallocation.cpp | 1112 … luma_size = NV12M_S8B_SIZE(stride, luma_vstride, ext_size) + NV12M_S2B_LUMA_SIZE(w, h, ext_size); in prepare_descriptor_exynos_formats() 1113 …chroma_size = NV12M_S8B_SIZE(stride, luma_vstride / 2, ext_size) + NV12M_S2B_CHROMA_SIZE(w, h, ext… in prepare_descriptor_exynos_formats()
|