Searched defs:LayerBufferPlane (Results 1 – 1 of 1) sorted by relevance
182 struct LayerBufferPlane { struct183 int fd = -1; //!< File descriptor referring to the buffer associated with this plane.184 uint32_t offset = 0; //!< Offset of the plane in bytes from beginning of the buffer.185 uint32_t stride = 0; //!< Stride in bytes i.e. length of a scanline including padding.