Home
last modified time | relevance | path

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

/third_party/openh264/codec/processing/src/common/
DWelsVP.def35 WelsCreateVpInterface
DWelsFrameWork.cpp47 EResult WelsCreateVpInterface (void** ppCtx, int iVersion) { in WelsCreateVpInterface() function
/third_party/openh264/codec/processing/interface/
DIWelsVP.h303 EResult WelsCreateVpInterface (void** ppCtx, int iVersion /*= WELSVP_INTERFACE_VERION*/);
/third_party/openh264/codec/encoder/core/src/
Dwels_preprocess.cpp125 WelsCreateVpInterface ((void**) &m_pInterfaceVp, WELSVP_INTERFACE_VERION); in WelsPreprocessCreate()