Home
last modified time | relevance | path

Searched defs:PLANE_SIZE (Results 1 – 2 of 2) sorted by relevance

/aosp12/hardware/google/gchips/gralloc4/src/core/
H A Dexynos_format_allocation.h25 #define PLANE_SIZE(w, h) ((w) * (h)) macro
/aosp12/hardware/google/gchips/gralloc3/src/
H A Dgralloc_helper.h65 #define PLANE_SIZE(w, h, ext_size) ((w) * (h) + ext_size) macro