Home
last modified time | relevance | path

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

/third_party/openh264/codec/processing/src/common/
DWelsFrameWork.cpp115 int32_t iCurIdx = WelsStaticCast (int32_t, WelsVpGetValidMethod (iType)) - 1; in Init()
132 int32_t iCurIdx = WelsStaticCast (int32_t, WelsVpGetValidMethod (iType)) - 1; in Uninit()
153 EMethods eMethod = WelsVpGetValidMethod (iType); in Process()
178 int32_t iCurIdx = WelsStaticCast (int32_t, WelsVpGetValidMethod (iType)) - 1; in Get()
196 int32_t iCurIdx = WelsStaticCast (int32_t, WelsVpGetValidMethod (iType)) - 1; in Set()
Dutil.h94 inline EMethods WelsVpGetValidMethod (int32_t a) { in WelsVpGetValidMethod() function