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

Method ForceIntraFrame

test/api/cpp_interface_test.cpp:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 return 6;
49 }
50 virtual int EXTAPI ForceIntraFrame (bool bIDR, int iLayerId = -1) {
51 EXPECT_TRUE (gThis == this);
52 return 7;
53 }
54 virtual int EXTAPI SetOption (ENCODER_OPTION eOptionId, void* pOption) {
55 EXPECT_TRUE (gThis == this);
56 return 8;

Callers 4

TEST_FFunction · 0.45
LTRRecoveryRequestFunction · 0.45
TEST_FFunction · 0.45
TEST_PFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected