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

Method Initialize

test/api/cpp_interface_test.cpp:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23struct SVCEncoderImpl : public ISVCEncoder {
24 virtual ~SVCEncoderImpl() {}
25 virtual int EXTAPI Initialize (const SEncParamBase* pParam) {
26 EXPECT_TRUE (gThis == this);
27 return 1;
28 }
29 virtual int EXTAPI InitializeExt (const SEncParamExt* pParam) {
30 EXPECT_TRUE (gThis == this);
31 return 2;

Callers 15

TEST_FFunction · 0.45
EncodeOneFrameMethod · 0.45
TEST_FFunction · 0.45
InitMethod · 0.45
ValidInitMethod · 0.45
TestInitUninitMethod · 0.45
TestParseOnlyAPIMethod · 0.45
TestSpecificBsMethod · 0.45
InitWithParamFunction · 0.45
SetUpMethod · 0.45
SetUpMethod · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected