Searched defs:SPicture (Results 1 – 2 of 2) sorted by relevance
51 struct SPicture { struct53 …Buffer[4]; // pointer to the first allocated byte, basical offset of buffer, dimension:54 uint8_t* pData[4]; // pointer to picture planes respectively55 int32_t iLinesize[4];// linesize of picture planes respectively used currently56 … iPlanes; // How many planes are introduced due to color space format?60 bool bIdrFlag;64 int32_t iWidthInPixel; // picture width in pixel65 int32_t iHeightInPixel;// picture height in pixel67 int32_t iFramePoc; // frame POC70 … bUsedAsRef; //for ref pic management[all …]
121 } SPicture; typedef