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

Function SpecialFeature

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

Source from the content-addressed store, hash-verified

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}
60
61///////////////////////////////////////////////////////////////////////////////
62

Callers

nothing calls this directly

Calls 1

SpecialFeatureMethod · 0.45

Tested by

no test coverage detected