Home
last modified time | relevance | path

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

/hardware/google/gchips/gralloc4/src/libGralloc4Wrapper/
Dwrapper.cpp14 struct Descriptor { struct
15 unsigned int size = 0;
16 uint64_t producer_usage = 0;
17 uint64_t consumer_usage = 0;
19 struct PlaneDescriptor {
25 std::vector<PlaneDescriptor> planes;
27 int width = 0;
28 int height = 0;
29 int stride_pixel = 0;
30 int format = 0;
/hardware/interfaces/graphics/allocator/2.0/utils/gralloc1-adapter/
DGralloc1On0Adapter.h106 struct Descriptor : public std::enable_shared_from_this<Descriptor> { struct
107 Descriptor() in Descriptor() function
115 gralloc1_error_t setDimensions(uint32_t w, uint32_t h) { in setDimensions()
121 gralloc1_error_t setFormat(int32_t f) { in setFormat()
126 gralloc1_error_t setLayerCount(uint32_t lc) { in setLayerCount()
152 gralloc1_error_t (Descriptor::*member)(Args...), Args... args) { in callDescriptorFunction() argument