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

Function Flush

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

Source from the content-addressed store, hash-verified

43 return pCtx ? WelsStaticCast (IWelsVP*, pCtx)->Uninit (iType) : RET_INVALIDPARAM;
44}
45EResult Flush (void* pCtx, int32_t iType) {
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}

Callers

nothing calls this directly

Calls 1

FlushMethod · 0.45

Tested by

no test coverage detected