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

Method DecodeFrameNoDelay

test/api/cpp_interface_test.cpp:80–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);
83 return static_cast<DECODING_STATE> (4);
84 }
85 virtual DECODING_STATE EXTAPI DecodeFrame2 (const unsigned char* pSrc,
86 const int iSrcLen, unsigned char** ppDst, SBufferInfo* pDstInfo) {
87 EXPECT_TRUE (gThis == this);

Callers 3

DecodeFrameMethod · 0.45
EncDecOneFrameMethod · 0.45
TEST_PFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected