Home
last modified time | relevance | path

Searched refs:eMethod (Results 1 – 4 of 4) sorted by relevance

/third_party/openh264/codec/processing/src/scenechangedetection/
DSceneChangeDetection.cpp38 IStrategy* BuildSceneChangeDetection (EMethods eMethod, int32_t iCpuFlag) { in BuildSceneChangeDetection() argument
39 switch (eMethod) { in BuildSceneChangeDetection()
41 return new CSceneChangeDetection<CSceneChangeDetectorVideo> (eMethod, iCpuFlag); in BuildSceneChangeDetection()
44 return new CSceneChangeDetection<CSceneChangeDetectorScreen> (eMethod, iCpuFlag); in BuildSceneChangeDetection()
DSceneChangeDetection.h207 …CSceneChangeDetection (EMethods eMethod, int32_t iCpuFlag): m_cDetector (m_sSceneChangeParam, iCpu… in CSceneChangeDetection() argument
208 m_eMethod = eMethod; in CSceneChangeDetection()
272 IStrategy* BuildSceneChangeDetection (EMethods eMethod, int32_t iCpuFlag);
/third_party/openh264/codec/processing/src/common/
DWelsFrameWork.cpp153 EMethods eMethod = WelsVpGetValidMethod (iType); in Process() local
154 int32_t iCurIdx = WelsStaticCast (int32_t, eMethod) - 1; in Process()
162 if (!CheckValid (eMethod, sSrcPic, sDstPic)) in Process()
218 bool CVpFrameWork::CheckValid (EMethods eMethod, SPixMap& pSrcPixMap, SPixMap& pDstPixMap) { in CheckValid() argument
221 if (eMethod == METHOD_NULL) in CheckValid()
224 if (eMethod != METHOD_COLORSPACE_CONVERT) { in CheckValid()
DWelsFrameWork.h119 bool CheckValid (EMethods eMethod, SPixMap& sSrc, SPixMap& sDst);
120 IStrategy* CreateStrategy (EMethods eMethod, int32_t iCpuFlag);