Searched refs:WelsVpGetValidMethod (Results 1 – 2 of 2) sorted by relevance
115 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()
94 inline EMethods WelsVpGetValidMethod (int32_t a) { in WelsVpGetValidMethod() function