Home
last modified time | relevance | path

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

/hardware/google/gchips/libvendorgraphicbuffer/gralloc4/
Dvendor_graphicbuffer_meta.cpp152 #define GRALLOC_META_GETTER(__type__, __name__, __member__) \ macro
181 GRALLOC_META_GETTER(uint64_t, frameworkFormat, req_format);
183 GRALLOC_META_GETTER(int, width, width);
184 GRALLOC_META_GETTER(int, height, height);
185 GRALLOC_META_GETTER(uint32_t, stride, stride);
186 GRALLOC_META_GETTER(uint32_t, stride_in_bytes, plane_info[0].byte_stride);
187 GRALLOC_META_GETTER(uint32_t, vstride, plane_info[0].alloc_height);
189 GRALLOC_META_GETTER(uint64_t, producer_usage, producer_usage);
190 GRALLOC_META_GETTER(uint64_t, consumer_usage, consumer_usage);
192 GRALLOC_META_GETTER(uint64_t, flags, flags);
/hardware/google/gchips/libvendorgraphicbuffer/gralloc5/
Dvendor_graphicbuffer_meta.cpp191 #define GRALLOC_META_GETTER(__type__, __name__, __member__) \ macro
218 GRALLOC_META_GETTER(uint64_t, frameworkFormat, req_format);
220 GRALLOC_META_GETTER(int, width, width);
221 GRALLOC_META_GETTER(int, height, height);
222 GRALLOC_META_GETTER(uint32_t, stride, stride);
223 GRALLOC_META_GETTER(uint32_t, stride_in_bytes, plane_info[0].byte_stride);
224 GRALLOC_META_GETTER(uint32_t, vstride, plane_info[0].alloc_height);
226 GRALLOC_META_GETTER(uint64_t, producer_usage, producer_usage);
227 GRALLOC_META_GETTER(uint64_t, consumer_usage, consumer_usage);
229 GRALLOC_META_GETTER(uint64_t, flags, flags);