Searched defs:ext_size (Results 1 – 3 of 3) sorted by relevance
/hardware/google/gchips/gralloc3/src/ |
D | gralloc_helper.h | 65 #define PLANE_SIZE(w, h, ext_size) ((w) * (h) + ext_size) argument 67 #define P010_PLANE_SIZE(w, h, ext_size) ((((w) * 2) * (h)) + ext_size) argument 70 #define NV12N_S8B_LUMA_SIZE(w, h, ext_size) PLANE_SIZE(w, h, ext_size) argument 71 #define NV12N_S8B_CHROMA_SIZE(w, h, ext_size) (GRALLOC_ALIGN(((w) * (h)) + ext_size… argument 73 #define NV12M_S8B_SIZE(w, h, ext_size) PLANE_SIZE(w, h, ext_size) argument 76 #define NV12M_S2B_LUMA_SIZE(w, h, ext_size) ((GRALLOC_ALIGN((w) / 4, 16) * (GRALL… argument 77 #define NV12M_S2B_CHROMA_SIZE(w, h, ext_size) ((GRALLOC_ALIGN((w) / 4, 16) * (GRALL… argument 79 #define NV12M_S2B_LUMA_SIZE(w, h, ext_size) ((GRALLOC_ALIGN((w) / 4, 16) * (h)) +… argument 80 #define NV12M_S2B_CHROMA_SIZE(w, h, ext_size) ((GRALLOC_ALIGN((w) / 4, 16) * (h / 2… argument
|
D | mali_gralloc_bufferaccess.cpp | 682 static const int ext_size = 256; in get_flexlayout_exynos_formats_only() local
|
D | mali_gralloc_bufferallocation.cpp | 892 size_t luma_size=0, chroma_size=0, ext_size=256; in prepare_descriptor_exynos_formats() local
|