Home
last modified time | relevance | path

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

/hardware/google/gchips/gralloc3/src/
Dgralloc_helper.h73 #define NV12M_S8B_SIZE(w, h, ext_size) PLANE_SIZE(w, h, ext_size) macro
Dmali_gralloc_bufferallocation.cpp1112 … 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()