MCPcopy Create free account
hub / github.com/cisco/openh264 / DecodeFrameEx

Method DecodeFrameEx

test/api/cpp_interface_test.cpp:94–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92 return static_cast<DECODING_STATE> (10);
93 }
94 virtual DECODING_STATE EXTAPI DecodeFrameEx (const unsigned char* pSrc,
95 const int iSrcLen, unsigned char* pDst, int iDstStride,
96 int& iDstLen, int& iWidth, int& iHeight, int& iColorFormat) {
97 EXPECT_TRUE (gThis == this);
98 return static_cast<DECODING_STATE> (6);
99 }
100 virtual DECODING_STATE EXTAPI DecodeParser (const unsigned char* pSrc,
101 const int iSrcLen, SParserBsInfo* pDstInfo) {
102 EXPECT_TRUE (gThis == this);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected