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