Home
last modified time | relevance | path

Searched defs:pLogCtx (Results 1 – 16 of 16) sorted by relevance

/third_party/openh264/codec/common/inc/
Dutils.h55 void* pLogCtx; member
/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 …]
Dslice_multi_threading.cpp264 SLogContext* pLogCtx = & ((*ppCtx)->sLogCtx); in RequestMtResource() local
Dparaset_strategy.cpp448 …rsetSpsListing::CheckParamCompatibility (SWelsSvcCodingParam* pCodingParam, SLogContext* pLogCtx) { in CheckParamCompatibility()
Dref_list_mgr_svc.cpp159 SLogContext* pLogCtx = & (pCtx->sLogCtx); in DeleteInvalidLTR() local
Dwels_preprocess.cpp1129 SLogContext* pLogCtx = & (pCtx->sLogCtx); in DetectSceneChange() local
/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()
598 int32_t WelsOpenDecoder (PWelsDecoderContext pCtx, SLogContext* pLogCtx) { in WelsOpenDecoder()
688 int32_t WelsInitDecoder (PWelsDecoderContext pCtx, SLogContext* pLogCtx) { in WelsInitDecoder()
Dau_parser.cpp118 SLogContext* pLogCtx = & (pCtx->sLogCtx); in ParseNalHeader() local
Dmv_pred.cpp328 SLogContext* pLogCtx = & (pCtx->sLogCtx); in GetColocatedMb() local
Dparse_mb_syn_cavlc.cpp1542 SLogContext* pLogCtx = & (pCtx->sLogCtx); in ParseInterBInfo() local
Ddecoder_core.cpp894 SLogContext* pLogCtx = & (pCtx->sLogCtx); in ParseSliceHeaderSyntaxs() local
Dparse_mb_syn_cabac.cpp896 SLogContext* pLogCtx = & (pCtx->sLogCtx); in ParseInterBMotionInfoCabac() local
Ddecode_slice.cpp1444 SLogContext* pLogCtx = & (pCtx->sLogCtx); in WelsDecodeMbCabacBSlice() local
/third_party/openh264/codec/encoder/core/inc/
Dparaset_strategy.h119 bool CheckParamCompatibility (SWelsSvcCodingParam* pCodingParam, SLogContext* pLogCtx) { in CheckParamCompatibility()