Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
64
struct SVCDecoderImpl : public ISVCDecoder {
Callers
15
EncodeOneFrame
Method · 0.45
TEST_F
Function · 0.45
ChangeResolutionAndCheckStatistics
Method · 0.45
TestInitUninit
Method · 0.45
TestParseOnlyAPI
Method · 0.45
TestEndOfStream
Method · 0.45
TestVclNal
Method · 0.45
TestErrorConIdc
Method · 0.45
TestGetDecStatistics
Method · 0.45
TestGetDecSarInfo
Method · 0.45
TestVuiInSubsetSps
Method · 0.45
DecodeFile
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected