Searched defs:cros_gralloc_buffer_descriptor (Results 1 – 1 of 1) sorted by relevance
23 struct cros_gralloc_buffer_descriptor { struct24 uint32_t width;25 uint32_t height;26 int32_t droid_format;27 int32_t droid_usage;28 uint32_t drm_format;29 uint64_t use_flags;30 uint64_t reserved_region_size;31 std::string name;