/third_party/openh264/codec/encoder/core/inc/ |
D | extern.h | 67 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);
|
D | au_set.h | 146 int32_t WelsCheckRefFrameLimitationNumRefFirst (SLogContext* pLogCtx, SWelsSvcCodingParam* pParam); 147 int32_t WelsCheckRefFrameLimitationLevelIdcFirst (SLogContext* pLogCtx, SWelsSvcCodingParam* pParam…
|
D | paraset_strategy.h | 67 …virtual bool CheckParamCompatibility (SWelsSvcCodingParam* pCodingParam, SLogContext* pLogCtx) = 0; 119 bool CheckParamCompatibility (SWelsSvcCodingParam* pCodingParam, SLogContext* pLogCtx) { in CheckParamCompatibility() 241 bool CheckParamCompatibility (SWelsSvcCodingParam* pCodingParam, SLogContext* pLogCtx);
|
D | encoder_context.h | 117 SLogContext sLogCtx;
|
/third_party/openh264/codec/common/inc/ |
D | utils.h | 57 } 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, ...);
|
D | welsCodecTrace.h | 61 SLogContext m_sLogCtx;
|
/third_party/openh264/codec/decoder/core/inc/ |
D | decoder.h | 60 void WelsDecoderDefaults (PWelsDecoderContext pCtx, SLogContext* pLogCtx); 91 int32_t WelsInitDecoder (PWelsDecoderContext pCtx, SLogContext* pLogCtx);
|
D | decoder_context.h | 306 SLogContext sLogCtx;
|
/third_party/openh264/codec/common/src/ |
D | utils.cpp | 51 void WelsLog (SLogContext* logCtx, int32_t iLevel, const char* kpFmt, ...) { in WelsLog()
|
/third_party/openh264/codec/encoder/core/src/ |
D | au_set.cpp | 88 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()
|
D | encoder_ext.cpp | 73 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 …]
|
D | paraset_strategy.cpp | 448 …rsetSpsListing::CheckParamCompatibility (SWelsSvcCodingParam* pCodingParam, SLogContext* pLogCtx) { in CheckParamCompatibility()
|
D | slice_multi_threading.cpp | 264 SLogContext* pLogCtx = & ((*ppCtx)->sLogCtx); in RequestMtResource()
|
D | ref_list_mgr_svc.cpp | 159 SLogContext* pLogCtx = & (pCtx->sLogCtx); in DeleteInvalidLTR()
|
D | wels_preprocess.cpp | 1129 SLogContext* pLogCtx = & (pCtx->sLogCtx); in DetectSceneChange()
|
/third_party/openh264/test/decoder/ |
D | DecUT_ParseSyntax.cpp | 83 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/ |
D | decoder.cpp | 314 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()
|
D | mv_pred.cpp | 328 SLogContext* pLogCtx = & (pCtx->sLogCtx); in GetColocatedMb()
|
D | au_parser.cpp | 118 SLogContext* pLogCtx = & (pCtx->sLogCtx); in ParseNalHeader()
|
D | parse_mb_syn_cabac.cpp | 896 SLogContext* pLogCtx = & (pCtx->sLogCtx); in ParseInterBMotionInfoCabac()
|
D | parse_mb_syn_cavlc.cpp | 1542 SLogContext* pLogCtx = & (pCtx->sLogCtx); in ParseInterBInfo()
|
D | decoder_core.cpp | 894 SLogContext* pLogCtx = & (pCtx->sLogCtx); in ParseSliceHeaderSyntaxs()
|
D | decode_slice.cpp | 1444 SLogContext* pLogCtx = & (pCtx->sLogCtx); in WelsDecodeMbCabacBSlice()
|