Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/hwcomposer/common/
Dcpu_composer.cpp105 struct BufferSpec { struct
106 uint8_t* buffer;
107 std::optional<android_ycbcr> buffer_ycbcr;
108 int width;
109 int height;
110 int crop_x;
111 int crop_y;
112 int crop_width;
113 int crop_height;
114 uint32_t drm_format;
[all …]