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

Function TEST

test/api/cpp_interface_test.cpp:115–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113};
114
115TEST (ISVCEncoderTest, CheckFunctionOrder) {
116 SVCEncoderImpl* p = new SVCEncoderImpl;
117 gThis = p;
118 CheckEncoderInterface (p, CheckFunctionOrder);
119 delete p;
120}
121
122TEST (ISVCDecoderTest, CheckFunctionOrder) {
123 SVCDecoderImpl* p = new SVCDecoderImpl;

Callers

nothing calls this directly

Calls 5

CheckEncoderInterfaceFunction · 0.85
CheckDecoderInterfaceFunction · 0.85
GetBoolSizeFunction · 0.85
GetBoolOffsetFunction · 0.85
GetBoolStructSizeFunction · 0.85

Tested by

no test coverage detected