Home
last modified time | relevance | path

Searched refs:eReturn (Results 1 – 6 of 6) sorted by relevance

/third_party/openh264/codec/processing/src/common/
DWelsFrameWork.cpp70 EResult eReturn = RET_FAILED; in CreateSpecificVpInterface() local
72 CVpFrameWork* pFr = new CVpFrameWork (1, eReturn); in CreateSpecificVpInterface()
75 eReturn = RET_SUCCESS; in CreateSpecificVpInterface()
78 return eReturn; in CreateSpecificVpInterface()
89 CVpFrameWork::CVpFrameWork (uint32_t uiThreadsNum, EResult& eReturn) { in CVpFrameWork() argument
99 eReturn = RET_SUCCESS; in CVpFrameWork()
114 EResult eReturn = RET_SUCCESS; in Init() local
123 eReturn = pStrategy->Init (0, pCfg); in Init()
127 return eReturn; in Init()
131 EResult eReturn = RET_SUCCESS; in Uninit() local
[all …]
/third_party/openh264/codec/processing/src/imagerotate/
Dimagerotate.cpp69 EResult eReturn = RET_INVALIDPARAM; in Process() local
75eReturn = ProcessImageRotate (iType, (uint8_t*)pSrc->pPixel[0], pSrc->iSizeInBits * 8, pSrc->sRect… in Process()
82eReturn = ProcessImageRotate (iType, (uint8_t*)pSrc->pPixel[2], pSrc->iSizeInBits * 8, (pSrc->sRec… in Process()
85 eReturn = RET_NOTSUPPORTED; in Process()
88 return eReturn; in Process()
/third_party/openh264/codec/processing/src/scenechangedetection/
DSceneChangeDetection.h216 EResult eReturn = RET_INVALIDPARAM; in Process() local
246 eReturn = RET_SUCCESS; in Process()
248 return eReturn; in Process()
/third_party/openh264/codec/processing/src/adaptivequantization/
DAdaptiveQuantization.cpp58 EResult eReturn = RET_INVALIDPARAM; in Process() local
194 eReturn = RET_SUCCESS; in Process()
196 return eReturn; in Process()
/third_party/openh264/codec/processing/src/backgrounddetection/
DBackgroundDetection.cpp64 EResult eReturn = RET_INVALIDPARAM; in Process() local
67 return eReturn; in Process()
89 return eReturn; in Process()
/third_party/openh264/codec/processing/src/complexityanalysis/
DComplexityAnalysis.cpp52 EResult eReturn = RET_SUCCESS; in Process() local
65 eReturn = RET_INVALIDPARAM; in Process()
69 return eReturn; in Process()