Home
last modified time | relevance | path

Searched defs:VideoFrameRawData (Results 1 – 1 of 1) sorted by relevance

/hardware/intel/common/libmix/videodecoder/
DVideoDecoderDefs.h34 struct VideoFrameRawData { struct
35 int32_t width;
36 int32_t height;
37 int32_t pitch[3];
38 int32_t offset[3];
39 uint32_t fourcc; //NV12
40 int32_t size;
41 uint8_t *data;
42 …; // own data or derived from surface. If true, the library will release the memory during clearnup