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

Method DecodeFrame2

test/api/cpp_interface_test.cpp:85–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);
88 return static_cast<DECODING_STATE> (5);
89 }
90 virtual DECODING_STATE EXTAPI FlushFrame (unsigned char** ppDst, SBufferInfo* pDstInfo) {
91 EXPECT_TRUE (gThis == this);
92 return static_cast<DECODING_STATE> (10);

Callers 12

DecoderBsMethod · 0.45
TestParseOnlyAPIMethod · 0.45
TestEndOfStreamMethod · 0.45
TestVclNalMethod · 0.45
DecodeFrameMethod · 0.45
TestOneSimulcastAVCMethod · 0.45
TEST_FFunction · 0.45
TEST_PFunction · 0.45
TEST_FFunction · 0.45
TEST_PFunction · 0.45
TEST_PFunction · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected