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

Method GetDefaultParams

test/api/cpp_interface_test.cpp:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31 return 2;
32 }
33 virtual int EXTAPI GetDefaultParams (SEncParamExt* pParam) {
34 EXPECT_TRUE (gThis == this);
35 return 3;
36 }
37 virtual int EXTAPI Uninitialize() {
38 EXPECT_TRUE (gThis == this);
39 return 4;

Callers 6

SetUpMethod · 0.45
TEST_FFunction · 0.45
InitWithParamFunction · 0.45
prepareParamDefaultMethod · 0.45
TEST_FFunction · 0.45
TEST_PFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected