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

Method WelsPreprocessDestroy

codec/encoder/core/src/wels_preprocess.cpp:138–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138int32_t CWelsPreProcess::WelsPreprocessDestroy() {
139 WelsDestroyVpInterface (m_pInterfaceVp, WELSVP_INTERFACE_VERION);
140 m_pInterfaceVp = NULL;
141
142 return 0;
143}
144
145int32_t CWelsPreProcess::WelsPreprocessReset (sWelsEncCtx* pCtx, int32_t iWidth, int32_t iHeight) {
146 int32_t iRet = -1;

Callers

nothing calls this directly

Calls 1

WelsDestroyVpInterfaceFunction · 0.85

Tested by

no test coverage detected