Home
last modified time | relevance | path

Searched refs:IWelsVPc (Results 1 – 4 of 4) sorted by relevance

/third_party/openh264/codec/processing/src/common/
DWelsFrameWorkEx.cpp63 EResult CreateSpecificVpInterface (IWelsVPc** pCtx) { in CreateSpecificVpInterface()
69 IWelsVPc* pVPc = new IWelsVPc; in CreateSpecificVpInterface()
87 EResult DestroySpecificVpInterface (IWelsVPc* pCtx) { in DestroySpecificVpInterface()
DWelsFrameWork.h54 EResult CreateSpecificVpInterface (IWelsVPc** ppCtx);
55 EResult DestroySpecificVpInterface (IWelsVPc* pCtx);
DWelsFrameWork.cpp51 return WelsVP::CreateSpecificVpInterface ((IWelsVPc**)ppCtx); in WelsCreateVpInterface()
60 return WelsVP::DestroySpecificVpInterface ((IWelsVPc*)pCtx); in WelsDestroyVpInterface()
/third_party/openh264/codec/processing/interface/
DIWelsVP.h252 } IWelsVPc; typedef