Home
last modified time | relevance | path

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

/foundation/multimedia/image_framework/interfaces/innerkits/include/
Dimage_type.h287 struct SrcConvertParam { struct
288 uint32_t width = 0;
289 uint32_t height = 0;
290 AllocatorType allocType = AllocatorType::SHARE_MEM_ALLOC ;
291 PixelFormat format = PixelFormat::UNKNOWN;
292 const uint8_t *buffer = nullptr;
293 uint32_t bufferSize = 0;
294 int stride[4] = {0, 0, 0, 0};
295 const uint8_t *slice[4] = {nullptr, nullptr, nullptr, nullptr};