Searched refs:RET_INVALIDPARAM (Results 1 – 12 of 12) 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 …eturn pCtx ? WelsStaticCast (IWelsVP*, pCtx)->SpecialFeature (iType, pIn, pOut) : RET_INVALIDPARAM; in SpecialFeature()
|
D | WelsFrameWork.cpp | 53 return RET_INVALIDPARAM; in WelsCreateVpInterface() 62 return RET_INVALIDPARAM; in WelsDestroyVpInterface() 163 return RET_INVALIDPARAM; in Process() 181 return RET_INVALIDPARAM; in Get() 199 return RET_INVALIDPARAM; in Set()
|
/third_party/openh264/codec/processing/src/scrolldetection/ |
D | ScrollDetection.cpp | 44 return RET_INVALIDPARAM; in Process() 57 return RET_INVALIDPARAM; in Set() 65 return RET_INVALIDPARAM; in Get()
|
/third_party/openh264/codec/processing/src/complexityanalysis/ |
D | ComplexityAnalysis.cpp | 65 eReturn = RET_INVALIDPARAM; in Process() 75 return RET_INVALIDPARAM; in Set() 85 return RET_INVALIDPARAM; in Get() 316 return RET_INVALIDPARAM; in Process() 318 return RET_INVALIDPARAM; in Process() 334 return RET_INVALIDPARAM; in Set() 343 return RET_INVALIDPARAM; in Get()
|
/third_party/openh264/codec/processing/src/scenechangedetection/ |
D | SceneChangeDetection.h | 216 EResult eReturn = RET_INVALIDPARAM; in Process() 253 return RET_INVALIDPARAM; in Get() 261 return RET_INVALIDPARAM; in Set()
|
/third_party/openh264/codec/processing/src/adaptivequantization/ |
D | AdaptiveQuantization.cpp | 58 EResult eReturn = RET_INVALIDPARAM; in Process() 203 return RET_INVALIDPARAM; in Set() 213 return RET_INVALIDPARAM; in Get()
|
/third_party/openh264/codec/processing/src/vaacalc/ |
D | vaacalculation.cpp | 124 return RET_INVALIDPARAM; in Process() 158 return RET_INVALIDPARAM; in Set()
|
/third_party/openh264/codec/processing/src/imagerotate/ |
D | imagerotate.cpp | 69 EResult eReturn = RET_INVALIDPARAM; in Process()
|
/third_party/openh264/codec/processing/src/denoise/ |
D | denoise.cpp | 72 return RET_INVALIDPARAM; in Process()
|
/third_party/openh264/codec/processing/src/backgrounddetection/ |
D | BackgroundDetection.cpp | 64 EResult eReturn = RET_INVALIDPARAM; in Process() 98 return RET_INVALIDPARAM; in Set()
|
/third_party/openh264/codec/processing/interface/ |
D | IWelsVP.h | 57 RET_INVALIDPARAM = -2, enumerator
|
/third_party/openh264/codec/processing/src/downsample/ |
D | downsample.cpp | 156 return RET_INVALIDPARAM; in Process()
|