Searched refs:WelsStaticCast (Results 1 – 4 of 4) sorted by relevance
/third_party/openh264/codec/processing/src/common/ |
D | WelsFrameWorkEx.cpp | 40 return pCtx ? WelsStaticCast (IWelsVP*, pCtx)->Init (iType, pCfg) : RET_INVALIDPARAM; in Init() 43 return pCtx ? WelsStaticCast (IWelsVP*, pCtx)->Uninit (iType) : RET_INVALIDPARAM; in Uninit() 46 return pCtx ? WelsStaticCast (IWelsVP*, pCtx)->Flush (iType) : RET_INVALIDPARAM; in Flush() 49 return pCtx ? WelsStaticCast (IWelsVP*, pCtx)->Process (iType, pSrc, dst) : RET_INVALIDPARAM; in Process() 52 return pCtx ? WelsStaticCast (IWelsVP*, pCtx)->Get (iType, pParam) : RET_INVALIDPARAM; in Get() 55 return pCtx ? WelsStaticCast (IWelsVP*, pCtx)->Set (iType, pParam) : RET_INVALIDPARAM; in Set() 58 …return pCtx ? WelsStaticCast (IWelsVP*, pCtx)->SpecialFeature (iType, pIn, pOut) : RET_INVALIDPARA… in SpecialFeature() 78 pVPc->pCtx = WelsStaticCast (void*, pWelsVP); in CreateSpecificVpInterface() 89 DestroySpecificVpInterface (WelsStaticCast (IWelsVP*, pCtx->pCtx)); in DestroySpecificVpInterface()
|
D | WelsFrameWork.cpp | 94 m_pStgChain[i] = CreateStrategy (WelsStaticCast (EMethods, i + 1), uiCPUFlag); in CVpFrameWork() 115 int32_t iCurIdx = WelsStaticCast (int32_t, WelsVpGetValidMethod (iType)) - 1; in Init() 132 int32_t iCurIdx = WelsStaticCast (int32_t, WelsVpGetValidMethod (iType)) - 1; in Uninit() 154 int32_t iCurIdx = WelsStaticCast (int32_t, eMethod) - 1; 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()
|
D | util.h | 88 #define WelsStaticCast(type, p) (static_cast<type>(p)) macro 96 return WelsStaticCast (EMethods, WELS_CLAMP (iMethod, METHOD_NULL + 1, METHOD_MASK - 1)); in WelsVpGetValidMethod()
|
/third_party/openh264/codec/processing/src/scenechangedetection/ |
D | SceneChangeDetection.h | 229 int32_t iSceneChangeThresholdLarge = WelsStaticCast (int32_t, in Process() 231 int32_t iSceneChangeThresholdMedium = WelsStaticCast (int32_t, in Process()
|