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

Function EResult

codec/processing/src/common/WelsFrameWorkEx.cpp:37–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35///////////////////////////////////////////////////////////////////////
36
37WELSVP_NAMESPACE_BEGIN
38
39EResult Init (void* pCtx, int32_t iType, void* pCfg) {
40 return pCtx ? WelsStaticCast (IWelsVP*, pCtx)->Init (iType, pCfg) : RET_INVALIDPARAM;
41}
42EResult Uninit (void* pCtx, int32_t iType) {
43 return pCtx ? WelsStaticCast (IWelsVP*, pCtx)->Uninit (iType) : RET_INVALIDPARAM;
44}

Callers

nothing calls this directly

Calls 1

InitMethod · 0.45

Tested by

no test coverage detected