Searched defs:VideoFrameRawData (Results 1 – 1 of 1) sorted by relevance
34 struct VideoFrameRawData { struct35 int32_t width;36 int32_t height;37 int32_t pitch[3];38 int32_t offset[3];39 uint32_t fourcc; //NV1240 int32_t size;41 uint8_t *data;42 …; // own data or derived from surface. If true, the library will release the memory during clearnup