Home
last modified time | relevance | path

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

/aosp_15_r20/external/minigbm/cros_gralloc/
H A Dcros_gralloc_helpers.h34 struct cros_gralloc_buffer_descriptor { struct
35 uint32_t width;
36 uint32_t height;
37 int32_t droid_format;
38 int64_t droid_usage;
39 uint32_t drm_format;
40 uint64_t use_flags;
42 bool enable_metadata_fd = false;
45 uint64_t client_metadata_size = 0;
46 std::string name;
[all …]