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

Method EncodeFrame

test/api/cpp_interface_test.cpp:41–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 return 4;
40 }
41 virtual int EXTAPI EncodeFrame (const SSourcePicture* kpSrcPic,
42 SFrameBSInfo* pBsInfo) {
43 EXPECT_TRUE (gThis == this);
44 return 5;
45 }
46 virtual int EXTAPI EncodeParameterSets (SFrameBSInfo* pBsInfo) {
47 EXPECT_TRUE (gThis == this);
48 return 6;

Callers 12

TEST_FFunction · 0.45
EncodeOneFrameMethod · 0.45
EncodeOneIDRandPMethod · 0.45
TEST_FFunction · 0.45
EncodeStreamMethod · 0.45
EncodeOneFrameMethod · 0.45
EncodeOneFrameRandomMethod · 0.45
TEST_FFunction · 0.45
TEST_PFunction · 0.45
EncodeOneFrameMethod · 0.45
EncodeOneFrameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected