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

Method SetOption

test/api/cpp_interface_test.cpp:54–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52 return 7;
53 }
54 virtual int EXTAPI SetOption (ENCODER_OPTION eOptionId, void* pOption) {
55 EXPECT_TRUE (gThis == this);
56 return 8;
57 }
58 virtual int EXTAPI GetOption (ENCODER_OPTION eOptionId, void* pOption) {
59 EXPECT_TRUE (gThis == this);
60 return 9;

Callers 15

TEST_FFunction · 0.45
SetUpMethod · 0.45
TEST_FFunction · 0.45
DecoderBsMethod · 0.45
TestEndOfStreamMethod · 0.45
TestVclNalMethod · 0.45
TestErrorConIdcMethod · 0.45
TestGetDecStatisticsMethod · 0.45
TestGetDecSarInfoMethod · 0.45
DecodeBsMethod · 0.45
ParseBsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected