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

Function Process

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

Source from the content-addressed store, hash-verified

46 return pCtx ? WelsStaticCast (IWelsVP*, pCtx)->Flush (iType) : RET_INVALIDPARAM;
47}
48EResult Process (void* pCtx, int32_t iType, SPixMap* pSrc, SPixMap* dst) {
49 return pCtx ? WelsStaticCast (IWelsVP*, pCtx)->Process (iType, pSrc, dst) : RET_INVALIDPARAM;
50}
51EResult Get (void* pCtx, int32_t iType, void* pParam) {
52 return pCtx ? WelsStaticCast (IWelsVP*, pCtx)->Get (iType, pParam) : RET_INVALIDPARAM;
53}

Callers

nothing calls this directly

Calls 1

ProcessMethod · 0.45

Tested by

no test coverage detected