Home
last modified time | relevance | path

Searched refs:pLogCtx (Results 1 – 21 of 21) sorted by relevance

/third_party/openh264/codec/encoder/core/inc/
Dextern.h78 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() argument
241 bool CheckParamCompatibility (SWelsSvcCodingParam* pCodingParam, SLogContext* pLogCtx);
/third_party/openh264/codec/encoder/core/src/
Dencoder_ext.cpp73 int32_t WelsBitRateVerification (SLogContext* pLogCtx, SSpatialLayerConfig* pLayerParam, int32_t iL… in WelsBitRateVerification() argument
76 …WelsLog (pLogCtx, WELS_LOG_ERROR, "Invalid bitrate settings in layer %d, bitrate= %d at FrameRate(… in WelsBitRateVerification()
91 WelsLog (pLogCtx, WELS_LOG_INFO, in WelsBitRateVerification()
97 WelsLog (pLogCtx, WELS_LOG_INFO, in WelsBitRateVerification()
104 WelsLog (pLogCtx, WELS_LOG_WARNING, in WelsBitRateVerification()
113 WelsLog (pLogCtx, WELS_LOG_INFO, in WelsBitRateVerification()
117 WelsLog (pLogCtx, WELS_LOG_ERROR, in WelsBitRateVerification()
126 void CheckProfileSetting (SLogContext* pLogCtx, SWelsSvcCodingParam* pParam, int32_t iLayer, EProfi… in CheckProfileSetting() argument
131 …WelsLog (pLogCtx, WELS_LOG_WARNING, "layerId(%d) doesn't support profile(%d), change to UNSPECIFIC… in CheckProfileSetting()
138 …WelsLog (pLogCtx, WELS_LOG_WARNING, "layerId(%d) doesn't support profile(%d), change to UNSPECIFIC… in CheckProfileSetting()
[all …]
Dau_set.cpp88 static int32_t WelsCheckNumRefSetting (SLogContext* pLogCtx, SWelsSvcCodingParam* pParam, bool bStr… in WelsCheckNumRefSetting() argument
93 …WelsLog (pLogCtx, WELS_LOG_WARNING, "iLTRRefNum(%d) does not equal to currently supported %d, will… in WelsCheckNumRefSetting()
116 WelsLog (pLogCtx, WELS_LOG_WARNING, in WelsCheckNumRefSetting()
135 int32_t WelsCheckRefFrameLimitationNumRefFirst (SLogContext* pLogCtx, SWelsSvcCodingParam* pParam) { in WelsCheckRefFrameLimitationNumRefFirst() argument
137 if (WelsCheckNumRefSetting (pLogCtx, pParam, false)) { in WelsCheckRefFrameLimitationNumRefFirst()
143 int32_t WelsCheckRefFrameLimitationLevelIdcFirst (SLogContext* pLogCtx, SWelsSvcCodingParam* pParam… in WelsCheckRefFrameLimitationLevelIdcFirst() argument
149 WelsCheckNumRefSetting (pLogCtx, pParam, false); in WelsCheckRefFrameLimitationLevelIdcFirst()
165 …WelsLog (pLogCtx, WELS_LOG_WARNING, "iMaxNumRefFrame(%d) adjusted to %d because of limitation from… in WelsCheckRefFrameLimitationLevelIdcFirst()
171 …WelsLog (pLogCtx, WELS_LOG_WARNING, "iNumRefFrame(%d) adjusted to %d because of limitation from ui… in WelsCheckRefFrameLimitationLevelIdcFirst()
177 WelsLog (pLogCtx, WELS_LOG_INFO, in WelsCheckRefFrameLimitationLevelIdcFirst()
Dslice_multi_threading.cpp264 SLogContext* pLogCtx = & ((*ppCtx)->sLogCtx); in RequestMtResource() local
299 MT_TRACE_LOG (pLogCtx, WELS_LOG_INFO, "encpEncCtx= 0x%p", (void*) *ppCtx); in RequestMtResource()
314 …MT_TRACE_LOG (pLogCtx, WELS_LOG_INFO, "[MT] Open pUpdateMbListEvent%d named(%s) ret%d err%d", iIdx… in RequestMtResource()
317 …MT_TRACE_LOG (pLogCtx, WELS_LOG_INFO, "[MT] Open pFinUpdateMbListEvent%d named(%s) ret%d err%d", i… in RequestMtResource()
321 …MT_TRACE_LOG (pLogCtx, WELS_LOG_INFO, "[MT] Open pSliceCodedEvent%d named(%s) ret%d err%d", iIdx, … in RequestMtResource()
324 …MT_TRACE_LOG (pLogCtx, WELS_LOG_INFO, "[MT] Open pReadySliceCodingEvent%d = 0x%p named(%s) ret%d e… in RequestMtResource()
331 …MT_TRACE_LOG (pLogCtx, WELS_LOG_INFO, "[MT] Open pSliceCodedMasterEvent named(%s) ret%d err%d", na… in RequestMtResource()
357 …MT_TRACE_LOG (pLogCtx, WELS_LOG_INFO, "RequestMtResource(), iThreadNum=%d, iMultipleThreadIdc= %d", in RequestMtResource()
Dparaset_strategy.cpp448 …rsetSpsListing::CheckParamCompatibility (SWelsSvcCodingParam* pCodingParam, SLogContext* pLogCtx) { in CheckParamCompatibility() argument
450 WelsLog (pLogCtx, WELS_LOG_WARNING, in CheckParamCompatibility()
Dref_list_mgr_svc.cpp159 SLogContext* pLogCtx = & (pCtx->sLogCtx); in DeleteInvalidLTR() local
166 …WelsLog (pLogCtx, WELS_LOG_WARNING, "LTR ,invalid LTR delete ,long_term_idx = %d , iFrameNum =%d ", in DeleteInvalidLTR()
179 …WelsLog (pLogCtx, WELS_LOG_WARNING, "LTR ,iMarkFrameNum invalid LTR delete ,long_term_idx = %d , i… in DeleteInvalidLTR()
Dwels_preprocess.cpp1129 SLogContext* pLogCtx = & (pCtx->sLogCtx); in DetectSceneChange() local
1148 WelsLog (pLogCtx, WELS_LOG_ERROR, "SceneChangeDetect() iAvailableRefNum=0 but not I."); in DetectSceneChange()
1227 …WelsLog (pLogCtx, WELS_LOG_DEBUG, "iVaaFrameSceneChangeIdc = %d,codingIdx = %d", iVaaFrameSceneCha… in DetectSceneChange()
/third_party/openh264/test/decoder/
DDecUT_ParseSyntax.cpp83 int32_t InitDecoder (const SDecodingParam* pParam, PWelsDecoderContext pCtx, SLogContext* pLogCtx) { in InitDecoder() argument
95 pCtx->sLogCtx = *pLogCtx; in InitDecoder()
103 …WELS_VERIFY_RETURN_PROC_IF (cmInitParaError, WelsInitDecoder (pCtx, pLogCtx), UninitDecoder (pCtx)… in InitDecoder()
108 long Initialize (const SDecodingParam* pParam, PWelsDecoderContext pCtx, SLogContext* pLogCtx) { in Initialize() argument
115 iRet = InitDecoder (pParam, pCtx, pLogCtx); in Initialize()
/third_party/openh264/codec/decoder/core/inc/
Ddecoder.h60 void WelsDecoderDefaults (PWelsDecoderContext pCtx, SLogContext* pLogCtx);
91 int32_t WelsInitDecoder (PWelsDecoderContext pCtx, SLogContext* pLogCtx);
/third_party/openh264/codec/decoder/core/src/
Ddecoder_core.cpp894 SLogContext* pLogCtx = & (pCtx->sLogCtx); in ParseSliceHeaderSyntaxs() local
926 WelsLog (pLogCtx, WELS_LOG_WARNING, "slice type too large (%d) at first_mb(%d)", uiSliceType, in ParseSliceHeaderSyntaxs()
934 WelsLog (pLogCtx, WELS_LOG_WARNING, "Invalid slice type(%d) in IDR picture. ", uiSliceType); in ParseSliceHeaderSyntaxs()
940 WelsLog (pLogCtx, WELS_LOG_WARNING, "Invalid slice type(%d).", uiSliceType); in ParseSliceHeaderSyntaxs()
957 …WelsLog (pLogCtx, WELS_LOG_ERROR, "PPS id (%d) is invalid, previous id (%d) error ignored (%d)!", … in ParseSliceHeaderSyntaxs()
972 WelsLog (pLogCtx, WELS_LOG_WARNING, "Invalid PPS referenced"); in ParseSliceHeaderSyntaxs()
983 …WelsLog (pLogCtx, WELS_LOG_ERROR, "Sub SPS id (%d) is invalid, previous id (%d) error ignored (%d)… in ParseSliceHeaderSyntaxs()
998 …WelsLog (pLogCtx, WELS_LOG_ERROR, "SPS id (%d) is invalid, previous id (%d) error ignored (%d)!", … in ParseSliceHeaderSyntaxs()
1020 …WelsLog (pLogCtx, WELS_LOG_WARNING, "slice_type (%d) not supported for num_ref_frames = 0.", uiSli… in ParseSliceHeaderSyntaxs()
1029 WelsLog (pLogCtx, WELS_LOG_WARNING, "non existing SPS referenced"); in ParseSliceHeaderSyntaxs()
[all …]
Dau_parser.cpp118 SLogContext* pLogCtx = & (pCtx->sLogCtx); in ParseNalHeader() local
153 WelsLog (pLogCtx, WELS_LOG_WARNING, in ParseNalHeader()
167 WelsLog (pLogCtx, WELS_LOG_WARNING, in ParseNalHeader()
184 WelsLog (pLogCtx, WELS_LOG_WARNING, in ParseNalHeader()
226 WelsLog (pLogCtx, WELS_LOG_WARNING, in ParseNalHeader()
256 … WelsLog (pLogCtx, WELS_LOG_ERROR, "NAL_UNIT_PREFIX: DecInitBits() fail due invalid access."); in ParseNalHeader()
273 WelsLog (pLogCtx, WELS_LOG_ERROR, "MemGetNextNal() fail due out of memory."); in ParseNalHeader()
303 … WelsLog (pLogCtx, WELS_LOG_WARNING, "ParseNalHeader():uiQualityId (%d) != 0, MGS not supported!", in ParseNalHeader()
306 …WelsLog (pLogCtx, WELS_LOG_WARNING, "ParseNalHeader():bUseRefBasePicFlag (%d) != 0, MGS not suppor… in ParseNalHeader()
392 … WelsLog (pLogCtx, WELS_LOG_ERROR, "NAL_UNIT_CODED_SLICE: DecInitBits() fail due invalid access."); in ParseNalHeader()
Ddecoder.cpp314 void WelsDecoderDefaults (PWelsDecoderContext pCtx, SLogContext* pLogCtx) { in WelsDecoderDefaults() argument
316 pCtx->sLogCtx = *pLogCtx; in WelsDecoderDefaults()
598 int32_t WelsOpenDecoder (PWelsDecoderContext pCtx, SLogContext* pLogCtx) { in WelsOpenDecoder() argument
610 WelsLog (pLogCtx, WELS_LOG_ERROR, "WelsInitStaticMemory() failed in WelsOpenDecoder()."); in WelsOpenDecoder()
688 int32_t WelsInitDecoder (PWelsDecoderContext pCtx, SLogContext* pLogCtx) { in WelsInitDecoder() argument
694 return WelsOpenDecoder (pCtx, pLogCtx); in WelsInitDecoder()
Dmv_pred.cpp328 SLogContext* pLogCtx = & (pCtx->sLogCtx); in GetColocatedMb() local
329 …WelsLog (pLogCtx, WELS_LOG_ERROR, "Colocated Ref Picture for B-Slice is lost, B-Slice decoding can… in GetColocatedMb()
Dparse_mb_syn_cavlc.cpp1542 SLogContext* pLogCtx = & (pCtx->sLogCtx); in ParseInterBInfo() local
1543 …WelsLog (pLogCtx, WELS_LOG_ERROR, "Colocated Ref Picture for B-Slice is lost, B-Slice decoding can… in ParseInterBInfo()
Dparse_mb_syn_cabac.cpp896 SLogContext* pLogCtx = & (pCtx->sLogCtx); in ParseInterBMotionInfoCabac() local
897 …WelsLog (pLogCtx, WELS_LOG_ERROR, "Colocated Ref Picture for B-Slice is lost, B-Slice decoding can… in ParseInterBMotionInfoCabac()
Ddecode_slice.cpp1444 SLogContext* pLogCtx = & (pCtx->sLogCtx); in WelsDecodeMbCabacBSlice() local
1445 …WelsLog (pLogCtx, WELS_LOG_ERROR, "Ref Picture for B-Slice is lost, B-Slice decoding cannot be con… in WelsDecodeMbCabacBSlice()
/third_party/openh264/codec/common/inc/
Dutils.h55 void* pLogCtx; member
/third_party/openh264/codec/common/src/
DwelsCodecTrace.cpp59 m_sLogCtx.pLogCtx = this; in welsCodecTrace()
Dutils.cpp73 logCtx->pfLog (logCtx->pLogCtx, iLevel, pTraceTag, vl); in WelsLog()