Searched defs:BufferConfig (Results 1 – 1 of 1) sorted by relevance
47 struct BufferConfig { struct48 uint32_t width = 0; //!< Specifies buffer width for buffer allocation.49 uint32_t height = 0; //!< Specifies buffer height for buffer allocation.50 LayerBufferFormat format = kFormatInvalid; //!< Specifies buffer format for buffer allocation.74 BufferConfig buffer_config; //!< Specifies configuration of a buffer to be allocated. argument