Home
last modified time | relevance | path

Searched refs:NV12N_S2B_SIZE (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gchips/gralloc3/src/
Dgralloc_helper.h72 #define NV12N_S2B_SIZE(w, h) ((GRALLOC_ALIGN((w) / 4, 16) * (h)) +… macro
Dmali_gralloc_bufferallocation.cpp1121 …chroma_size = NV12N_S8B_CHROMA_SIZE(stride, luma_vstride / 2, ext_size) + NV12N_S2B_SIZE(w, luma_v… in prepare_descriptor_exynos_formats()
1122 …luma_size = NV12N_S8B_LUMA_SIZE(stride, luma_vstride, ext_size) + NV12N_S2B_SIZE(w, luma_vstride) … in prepare_descriptor_exynos_formats()
Dmali_gralloc_bufferaccess.cpp914 …UMA_SIZE(ycbcr.ystride, hnd->plane_info[0].alloc_height, ext_size) + NV12N_S2B_SIZE(hnd->width, hn… in get_flexlayout_exynos_formats_only()