Searched refs:EMethods (Results 1 – 6 of 6) sorted by relevance
/third_party/openh264/codec/processing/src/common/ |
D | WelsFrameWork.h | 92 EMethods m_eMethod; 119 bool CheckValid (EMethods eMethod, SPixMap& sSrc, SPixMap& sDst); 120 IStrategy* CreateStrategy (EMethods eMethod, int32_t iCpuFlag);
|
D | util.h | 94 inline EMethods WelsVpGetValidMethod (int32_t a) { in WelsVpGetValidMethod() 96 return WelsStaticCast (EMethods, WELS_CLAMP (iMethod, METHOD_NULL + 1, METHOD_MASK - 1)); in WelsVpGetValidMethod()
|
D | WelsFrameWork.cpp | 94 m_pStgChain[i] = CreateStrategy (WelsStaticCast (EMethods, i + 1), uiCPUFlag); in CVpFrameWork() 153 EMethods eMethod = WelsVpGetValidMethod (iType); in Process() 218 bool CVpFrameWork::CheckValid (EMethods eMethod, SPixMap& pSrcPixMap, SPixMap& pDstPixMap) { in CheckValid() 257 IStrategy* CVpFrameWork::CreateStrategy (EMethods m_eMethod, int32_t iCpuFlag) { in CreateStrategy()
|
/third_party/openh264/codec/processing/src/scenechangedetection/ |
D | SceneChangeDetection.cpp | 38 IStrategy* BuildSceneChangeDetection (EMethods eMethod, int32_t iCpuFlag) { in BuildSceneChangeDetection()
|
D | SceneChangeDetection.h | 207 …CSceneChangeDetection (EMethods eMethod, int32_t iCpuFlag): m_cDetector (m_sSceneChangeParam, iCpu… in CSceneChangeDetection() 272 IStrategy* BuildSceneChangeDetection (EMethods eMethod, int32_t iCpuFlag);
|
/third_party/openh264/codec/processing/interface/ |
D | IWelsVP.h | 136 } EMethods; typedef
|