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

Method EncodeParameterSets

test/api/cpp_interface_test.cpp:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 return 5;
45 }
46 virtual int EXTAPI EncodeParameterSets (SFrameBSInfo* pBsInfo) {
47 EXPECT_TRUE (gThis == this);
48 return 6;
49 }
50 virtual int EXTAPI ForceIntraFrame (bool bIDR, int iLayerId = -1) {
51 EXPECT_TRUE (gThis == this);
52 return 7;

Callers 1

TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected