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

Function WelsRcInitModule

codec/encoder/core/src/ratectl.cpp:1567–1570  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1565}
1566
1567void WelsRcInitModule (sWelsEncCtx* pEncCtx, RC_MODES iRcMode) {
1568 WelsRcInitFuncPointers (pEncCtx, iRcMode);
1569 RcInitSequenceParameter (pEncCtx);
1570}
1571
1572void WelsRcFreeMemory (sWelsEncCtx* pEncCtx) {
1573 SWelsSvcRc* pWelsSvcRc = NULL;

Callers 1

WelsInitEncoderExtFunction · 0.85

Calls 2

WelsRcInitFuncPointersFunction · 0.85
RcInitSequenceParameterFunction · 0.85

Tested by

no test coverage detected