Searched defs:SrcConvertParam (Results 1 – 1 of 1) sorted by relevance
268 struct SrcConvertParam { struct269 uint32_t width = 0;270 uint32_t height = 0;271 AllocatorType allocType = AllocatorType::SHARE_MEM_ALLOC ;272 PixelFormat format = PixelFormat::UNKNOWN;273 const uint8_t *buffer = nullptr;274 uint32_t bufferSize = 0;275 int stride[4] = {0, 0, 0, 0};276 const uint8_t *slice[4] = {nullptr, nullptr, nullptr, nullptr};