Home
last modified time | relevance | path

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

/device/google/cuttlefish_common/guest/hals/hwcomposer/cutf_cvm/
Dvsoc_composer.cpp142 struct BufferSpec { struct
143 uint8_t* buffer;
144 size_t size;
145 int width;
146 int height;
147 int stride;
148 int crop_x;
149 int crop_y;
150 int crop_width;
151 int crop_height;
[all …]
/device/google/cuttlefish_common/guest/hals/hwcomposer/vsoc/
Dvsoc_composer.cpp144 struct BufferSpec { struct
145 uint8_t* buffer;
146 size_t size;
147 int width;
148 int height;
149 int stride;
150 int crop_x;
151 int crop_y;
152 int crop_width;
153 int crop_height;
[all …]