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

Method Uninitialize

test/api/cpp_interface_test.cpp:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 return 3;
36 }
37 virtual int EXTAPI Uninitialize() {
38 EXPECT_TRUE (gThis == this);
39 return 4;
40 }
41 virtual int EXTAPI EncodeFrame (const SSourcePicture* kpSrcPic,
42 SFrameBSInfo* pBsInfo) {
43 EXPECT_TRUE (gThis == this);

Callers 15

EncodeOneFrameMethod · 0.45
TEST_FFunction · 0.45
UninitMethod · 0.45
TestInitUninitMethod · 0.45
TestParseOnlyAPIMethod · 0.45
TestSpecificBsMethod · 0.45
TearDownMethod · 0.45
TearDownMethod · 0.45
TearDownMethod · 0.45
TEST_FFunction · 0.45
TEST_PFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected