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

Method DecodeFrame

test/api/cpp_interface_test.cpp:74–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72 return 2;
73 }
74 virtual DECODING_STATE EXTAPI DecodeFrame (const unsigned char* pSrc,
75 const int iSrcLen, unsigned char** ppDst, int* pStride,
76 int& iWidth, int& iHeight) {
77 EXPECT_TRUE (gThis == this);
78 return static_cast<DECODING_STATE> (3);
79 }
80 virtual DECODING_STATE EXTAPI DecodeFrameNoDelay (const unsigned char* pSrc,
81 const int iSrcLen, unsigned char** ppDst, SBufferInfo* pDstInfo) {
82 EXPECT_TRUE (gThis == this);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected