Lines Matching refs:format
122 * @brief Set format, to calculate the buffer size.
124 * @param [in] format, Buffer format.
126 void SetFormat(uint32_t format);
129 * @brief Get format, buffer format to calculate the buffer size..
130 * @returns format, Buffer format.
147 * @brief Get bytes of one stride which calculate by width, format and stride alignment.
153 * @brief Set buffer size. Alloc buffer size, no need to calculate by width, height, format...
160 * The size is setted by SetSize() or calculated by width, height, format...
201 int32_t isValidAttr(uint32_t width, uint32_t height, uint32_t format, uint32_t strideAlignment);