Searched defs:VideoData (Results 1 – 1 of 1) sorted by relevance
31 struct VideoData { struct32 uint8_t *data;33 size_t size;34 uint32_t width;58 int32_t PushData(const VideoData &video); argument