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

Method EncodeFile

test/api/BaseEncoderTest.cpp:123–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123void BaseEncoderTest::EncodeFile (const char* fileName, SEncParamExt* pEncParamExt, Callback* cbk) {
124 FileInputStream fileStream;
125 ASSERT_TRUE (fileStream.Open (fileName));
126 ASSERT_TRUE (NULL != pEncParamExt);
127 EncodeStream (&fileStream, pEncParamExt, cbk);
128}

Callers

nothing calls this directly

Calls 1

OpenMethod · 0.45

Tested by

no test coverage detected