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

Function Set

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

Source from the content-addressed store, hash-verified

52 return pCtx ? WelsStaticCast (IWelsVP*, pCtx)->Get (iType, pParam) : RET_INVALIDPARAM;
53}
54EResult Set (void* pCtx, int32_t iType, void* pParam) {
55 return pCtx ? WelsStaticCast (IWelsVP*, pCtx)->Set (iType, pParam) : RET_INVALIDPARAM;
56}
57EResult SpecialFeature (void* pCtx, int32_t iType, void* pIn, void* pOut) {
58 return pCtx ? WelsStaticCast (IWelsVP*, pCtx)->SpecialFeature (iType, pIn, pOut) : RET_INVALIDPARAM;
59}

Callers

nothing calls this directly

Calls 1

SetMethod · 0.45

Tested by

no test coverage detected