Home
last modified time | relevance | path

Searched refs:WELSVP_INTERFACE_VERION (Results 1 – 2 of 2) sorted by relevance

/third_party/openh264/codec/processing/interface/
DIWelsVP.h280 #define WELSVP_INTERFACE_VERION (0x8000 + (WELSVP_VERSION & 0x7fff)) macro
296 #define WELSVP_INTERFACE_VERION (0x0001 + (WELSVP_VERSION & 0x7fff)) macro
/third_party/openh264/codec/encoder/core/src/
Dwels_preprocess.cpp125 WelsCreateVpInterface ((void**) &m_pInterfaceVp, WELSVP_INTERFACE_VERION); in WelsPreprocessCreate()
139 WelsDestroyVpInterface (m_pInterfaceVp, WELSVP_INTERFACE_VERION); in WelsPreprocessDestroy()