Home
last modified time | relevance | path

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

/hardware/google/gchips/libvendorgraphicbuffer/gralloc3/
Dvendor_graphicbuffer_meta.cpp64 #define GRALLOC_META_GETTER(__type__, __name__, __member__) \ macro
73 GRALLOC_META_GETTER(uint32_t, format, format);
74 GRALLOC_META_GETTER(uint64_t, internal_format, internal_format);
75 GRALLOC_META_GETTER(uint64_t, frameworkFormat, req_format);
77 GRALLOC_META_GETTER(int, width, width);
78 GRALLOC_META_GETTER(int, height, height);
79 GRALLOC_META_GETTER(uint32_t, stride, stride);
80 GRALLOC_META_GETTER(uint32_t, vstride, plane_info[0].alloc_height);
82 GRALLOC_META_GETTER(uint64_t, producer_usage, producer_usage);
83 GRALLOC_META_GETTER(uint64_t, consumer_usage, consumer_usage);
[all …]
/hardware/google/gchips/libvendorgraphicbuffer/gralloc4/
Dvendor_graphicbuffer_meta.cpp161 #define GRALLOC_META_GETTER(__type__, __name__, __member__) \ macro
188 GRALLOC_META_GETTER(uint64_t, frameworkFormat, req_format);
190 GRALLOC_META_GETTER(int, width, width);
191 GRALLOC_META_GETTER(int, height, height);
192 GRALLOC_META_GETTER(uint32_t, stride, stride);
193 GRALLOC_META_GETTER(uint32_t, vstride, plane_info[0].alloc_height);
195 GRALLOC_META_GETTER(uint64_t, producer_usage, producer_usage);
196 GRALLOC_META_GETTER(uint64_t, consumer_usage, consumer_usage);
198 GRALLOC_META_GETTER(uint64_t, flags, flags);