Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8996/sdm/include/core/
Dlayer_buffer.h182 struct LayerBufferPlane { struct
183 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.