Searched defs:DestConvertParam (Results 1 – 1 of 1) sorted by relevance
279 struct DestConvertParam { struct280 uint32_t width = 0;281 uint32_t height = 0;282 AllocatorType allocType = AllocatorType::SHARE_MEM_ALLOC;283 PixelFormat format = PixelFormat::UNKNOWN;284 uint8_t *buffer = nullptr;285 uint32_t bufferSize = 0;286 int stride[4] = {0, 0, 0, 0};287 uint8_t *slice[4] = {nullptr, nullptr, nullptr, nullptr};