Home
last modified time | relevance | path

Searched refs:DestroySpecificVpInterface (Results 1 – 3 of 3) sorted by relevance

/third_party/openh264/codec/processing/src/common/
DWelsFrameWorkEx.cpp87 EResult DestroySpecificVpInterface (IWelsVPc* pCtx) { in DestroySpecificVpInterface() function
89 DestroySpecificVpInterface (WelsStaticCast (IWelsVP*, pCtx->pCtx)); in DestroySpecificVpInterface()
DWelsFrameWork.h52 EResult DestroySpecificVpInterface (IWelsVP* pCtx);
55 EResult DestroySpecificVpInterface (IWelsVPc* pCtx);
DWelsFrameWork.cpp58 return WelsVP::DestroySpecificVpInterface ((IWelsVP*)pCtx); in WelsDestroyVpInterface()
60 return WelsVP::DestroySpecificVpInterface ((IWelsVPc*)pCtx); in WelsDestroyVpInterface()
81 EResult DestroySpecificVpInterface (IWelsVP* pCtx) { in DestroySpecificVpInterface() function