Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dimage_type.h255 struct DestConvertInfo { struct
256 uint32_t width = 0;
257 uint32_t height = 0;
258 PixelFormat format = PixelFormat::UNKNOWN;
260 uint8_t *buffer = nullptr;
261 uint32_t bufferSize = 0;
262 uint32_t yStride = 0;
263 uint32_t uvStride = 0;
264 uint32_t yOffset = 0;
265 uint32_t uvOffset = 0;
[all …]