Home
last modified time | relevance | path

Searched refs:SLogContext (Results 1 – 23 of 23) sorted by relevance

/third_party/openh264/codec/encoder/core/inc/
Dextern.h67 int32_t ParamValidationExt (SLogContext* pCtx, SWelsSvcCodingParam* pParam);
78 int32_t WelsInitEncoderExt (sWelsEncCtx** ppCtx, SWelsSvcCodingParam* pPara, SLogContext* pLogCtx,
109 int32_t WelsBitRateVerification(SLogContext* pLogCtx,SSpatialLayerConfig* pLayerParam,int32_t iLaye…
112 int32_t WelsEncoderApplyBitRate (SLogContext* pLogCtx, SWelsSvcCodingParam* pParam, int32_t iLayer);
113 int32_t WelsEncoderApplyBitVaryRang(SLogContext* pLogCtx, SWelsSvcCodingParam* pParam, int32_t iRan…
114 int32_t WelsEncoderApplyLTR (SLogContext* pLogCtx, sWelsEncCtx** ppCtx, SLTRConfig* pLTRValue);
117 void CheckProfileSetting (SLogContext* pLogCtx,SWelsSvcCodingParam* pParam,int32_t iLayer, EProfile…
118 void CheckLevelSetting (SLogContext* pLogCtx,SWelsSvcCodingParam* pParam,int32_t iLayer, ELevelIdc …
119 void CheckReferenceNumSetting (SLogContext* pLogCtx, SWelsSvcCodingParam* pParam,int32_t iNumRef);
Dau_set.h146 int32_t WelsCheckRefFrameLimitationNumRefFirst (SLogContext* pLogCtx, SWelsSvcCodingParam* pParam);
147 int32_t WelsCheckRefFrameLimitationLevelIdcFirst (SLogContext* pLogCtx, SWelsSvcCodingParam* pParam…
Dparaset_strategy.h67 …virtual bool CheckParamCompatibility (SWelsSvcCodingParam* pCodingParam, SLogContext* pLogCtx) = 0;
119 bool CheckParamCompatibility (SWelsSvcCodingParam* pCodingParam, SLogContext* pLogCtx) { in CheckParamCompatibility()
241 bool CheckParamCompatibility (SWelsSvcCodingParam* pCodingParam, SLogContext* pLogCtx);
Dencoder_context.h117 SLogContext sLogCtx;
/third_party/openh264/codec/common/inc/
Dutils.h57 } SLogContext; typedef
61 extern void WelsLog (SLogContext* pCtx, int32_t iLevel, const char* kpFmt, ...) __attribute__ ((__f…
65 extern void WelsLog (SLogContext* pCtx, int32_t iLevel, const char* kpFmt, ...);
DwelsCodecTrace.h61 SLogContext m_sLogCtx;
/third_party/openh264/codec/decoder/core/inc/
Ddecoder.h60 void WelsDecoderDefaults (PWelsDecoderContext pCtx, SLogContext* pLogCtx);
91 int32_t WelsInitDecoder (PWelsDecoderContext pCtx, SLogContext* pLogCtx);
Ddecoder_context.h306 SLogContext sLogCtx;
/third_party/openh264/codec/common/src/
Dutils.cpp51 void WelsLog (SLogContext* logCtx, int32_t iLevel, const char* kpFmt, ...) { in WelsLog()
/third_party/openh264/codec/encoder/core/src/
Dau_set.cpp88 static int32_t WelsCheckNumRefSetting (SLogContext* pLogCtx, SWelsSvcCodingParam* pParam, bool bStr… in WelsCheckNumRefSetting()
135 int32_t WelsCheckRefFrameLimitationNumRefFirst (SLogContext* pLogCtx, SWelsSvcCodingParam* pParam) { in WelsCheckRefFrameLimitationNumRefFirst()
143 int32_t WelsCheckRefFrameLimitationLevelIdcFirst (SLogContext* pLogCtx, SWelsSvcCodingParam* pParam… in WelsCheckRefFrameLimitationLevelIdcFirst()
Dencoder_ext.cpp73 int32_t WelsBitRateVerification (SLogContext* pLogCtx, SSpatialLayerConfig* pLayerParam, int32_t iL… in WelsBitRateVerification()
126 void CheckProfileSetting (SLogContext* pLogCtx, SWelsSvcCodingParam* pParam, int32_t iLayer, EProfi… in CheckProfileSetting()
151 void CheckLevelSetting (SLogContext* pLogCtx, SWelsSvcCodingParam* pParam, int32_t iLayer, ELevelId… in CheckLevelSetting()
163 void CheckReferenceNumSetting (SLogContext* pLogCtx, SWelsSvcCodingParam* pParam, int32_t iNumRef) { in CheckReferenceNumSetting()
174 int32_t SliceArgumentValidationFixedSliceMode (SLogContext* pLogCtx, in SliceArgumentValidationFixedSliceMode()
264 int32_t ParamValidation (SLogContext* pLogCtx, SWelsSvcCodingParam* pCfg) { in ParamValidation()
403 int32_t ParamValidationExt (SLogContext* pLogCtx, SWelsSvcCodingParam* pCodingParam) { in ParamValidationExt()
699 int32_t WelsEncoderApplyBitRate (SLogContext* pLogCtx, SWelsSvcCodingParam* pParam, int iLayer) { in WelsEncoderApplyBitRate()
726 int32_t WelsEncoderApplyBitVaryRang (SLogContext* pLogCtx, SWelsSvcCodingParam* pParam, int32_t iRa… in WelsEncoderApplyBitVaryRang()
2011 int32_t InitSliceSettings (SLogContext* pLogCtx, SWelsSvcCodingParam* pCodingParam, in InitSliceSettings()
[all …]
Dparaset_strategy.cpp448 …rsetSpsListing::CheckParamCompatibility (SWelsSvcCodingParam* pCodingParam, SLogContext* pLogCtx) { in CheckParamCompatibility()
Dslice_multi_threading.cpp264 SLogContext* pLogCtx = & ((*ppCtx)->sLogCtx); in RequestMtResource()
Dref_list_mgr_svc.cpp159 SLogContext* pLogCtx = & (pCtx->sLogCtx); in DeleteInvalidLTR()
Dwels_preprocess.cpp1129 SLogContext* pLogCtx = & (pCtx->sLogCtx); in DetectSceneChange()
/third_party/openh264/test/decoder/
DDecUT_ParseSyntax.cpp83 int32_t InitDecoder (const SDecodingParam* pParam, PWelsDecoderContext pCtx, SLogContext* pLogCtx) { in InitDecoder()
108 long Initialize (const SDecodingParam* pParam, PWelsDecoderContext pCtx, SLogContext* pLogCtx) { in Initialize()
/third_party/openh264/codec/decoder/core/src/
Ddecoder.cpp314 void WelsDecoderDefaults (PWelsDecoderContext pCtx, SLogContext* pLogCtx) { in WelsDecoderDefaults()
599 int32_t WelsOpenDecoder (PWelsDecoderContext pCtx, SLogContext* pLogCtx) { in WelsOpenDecoder()
689 int32_t WelsInitDecoder (PWelsDecoderContext pCtx, SLogContext* pLogCtx) { in WelsInitDecoder()
Dmv_pred.cpp328 SLogContext* pLogCtx = & (pCtx->sLogCtx); in GetColocatedMb()
Dau_parser.cpp118 SLogContext* pLogCtx = & (pCtx->sLogCtx); in ParseNalHeader()
Dparse_mb_syn_cabac.cpp896 SLogContext* pLogCtx = & (pCtx->sLogCtx); in ParseInterBMotionInfoCabac()
Dparse_mb_syn_cavlc.cpp1542 SLogContext* pLogCtx = & (pCtx->sLogCtx); in ParseInterBInfo()
Ddecoder_core.cpp894 SLogContext* pLogCtx = & (pCtx->sLogCtx); in ParseSliceHeaderSyntaxs()
Ddecode_slice.cpp1444 SLogContext* pLogCtx = & (pCtx->sLogCtx); in WelsDecodeMbCabacBSlice()