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

Method DecodeParser

test/api/cpp_interface_test.cpp:100–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);
103 return static_cast<DECODING_STATE> (7);
104 }
105 virtual long EXTAPI SetOption (DECODER_OPTION eOptionId, void* pOption) {
106 EXPECT_TRUE (gThis == this);
107 return static_cast<DECODING_STATE> (8);

Callers 3

TestParseOnlyAPIMethod · 0.45
ParseBsMethod · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected