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

Method InitializeExt

test/api/cpp_interface_test.cpp:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27 return 1;
28 }
29 virtual int EXTAPI InitializeExt (const SEncParamExt* pParam) {
30 EXPECT_TRUE (gThis == this);
31 return 2;
32 }
33 virtual int EXTAPI GetDefaultParams (SEncParamExt* pParam) {
34 EXPECT_TRUE (gThis == this);
35 return 3;

Callers 11

InitParamForTestCaseMethod · 0.45
TEST_FFunction · 0.45
InitWithParamFunction · 0.45
TEST_FFunction · 0.45
TEST_PFunction · 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