Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/core/inc/
Dpicture.h51 struct SPicture { struct
53 …Buffer[4]; // pointer to the first allocated byte, basical offset of buffer, dimension:
54 uint8_t* pData[4]; // pointer to picture planes respectively
55 int32_t iLinesize[4];// linesize of picture planes respectively used currently
56 … iPlanes; // How many planes are introduced due to color space format?
60 bool bIdrFlag;
64 int32_t iWidthInPixel; // picture width in pixel
65 int32_t iHeightInPixel;// picture height in pixel
67 int32_t iFramePoc; // frame POC
70 … bUsedAsRef; //for ref pic management
[all …]
/third_party/openh264/codec/encoder/core/inc/
Dpicture.h121 } SPicture; typedef