Searched defs:cros_gralloc_buffer_descriptor (Results 1 – 1 of 1) sorted by relevance
27 struct cros_gralloc_buffer_descriptor { struct28 uint32_t width;29 uint32_t height;30 int32_t droid_format;31 int32_t droid_usage;32 uint32_t drm_format;33 uint64_t use_flags;34 uint64_t reserved_region_size;35 std::string name;