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

Method GetOption

test/api/cpp_interface_test.cpp:58–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 return 8;
57 }
58 virtual int EXTAPI GetOption (ENCODER_OPTION eOptionId, void* pOption) {
59 EXPECT_TRUE (gThis == this);
60 return 9;
61 }
62};
63
64struct SVCDecoderImpl : public ISVCDecoder {

Callers 15

EncodeOneFrameMethod · 0.45
TEST_FFunction · 0.45
TestInitUninitMethod · 0.45
TestParseOnlyAPIMethod · 0.45
TestEndOfStreamMethod · 0.45
TestVclNalMethod · 0.45
TestErrorConIdcMethod · 0.45
TestGetDecStatisticsMethod · 0.45
TestGetDecSarInfoMethod · 0.45
TestVuiInSubsetSpsMethod · 0.45
DecodeFileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected