Home
last modified time | relevance | path

Searched refs:iUsageType (Results 1 – 22 of 22) sorted by relevance

/third_party/openh264/test/api/
DBaseEncoderTest.cpp18 param.iUsageType = pEncParamExt->iUsageType; in InitWithParam()
28 param.iUsageType = pEncParamExt->iUsageType; in InitWithParam()
Dencoder_test.cpp47 pEnxParamExt->iUsageType = pEncFileParam->eUsageType; in EncFileParamToParamExt()
Ddecode_encode_test.cpp102 pEnxParamExt->iUsageType = CAMERA_VIDEO_REAL_TIME; in DecEncFileParamToParamExt()
Dencode_options_test.cpp49 param_.iUsageType = static_cast<EUsageType> (rand() % 2); in RandomParamExtCombination()
145 if (CAMERA_VIDEO_REAL_TIME == param_.iUsageType) in ValidateParamExtCombination()
155 int32_t iRefUpperBound = (param_.iUsageType == CAMERA_VIDEO_REAL_TIME) ? in ValidateParamExtCombination()
165 …param_.iLTRRefNum = (SCREEN_CONTENT_REAL_TIME == param_.iUsageType) ? LONG_TERM_REF_NUM_SCREEN… in ValidateParamExtCombination()
1336 param_.iUsageType = CAMERA_VIDEO_REAL_TIME; in TEST_P()
2188 sParam.iUsageType = SCREEN_CONTENT_REAL_TIME; in TEST_F()
Dencode_decode_api_test.cpp16 pParam->iUsageType = CAMERA_VIDEO_REAL_TIME; in prepareParam()
/third_party/openh264/codec/encoder/core/inc/
Dparam_svc.h178 param.iUsageType = CAMERA_VIDEO_REAL_TIME; in FillDefault()
235 iUsageType = pCodingParam.iUsageType; in ParamBaseTranscode()
282 pCodingParam->iUsageType = iUsageType; in GetBaseParams()
292 iUsageType = pCodingParam.iUsageType; in ParamTranscode()
345 if (iUsageType == SCREEN_CONTENT_REAL_TIME && !bIsLosslessLink && bEnableLongTermReference) { in ParamTranscode()
Dwels_preprocess.h189 …SPicture* GetBestRefPic (EUsageType iUsageType, bool bSceneLtr, EWelsSliceType eSliceType, int32_t…
/third_party/openh264/test/encoder/
DEncUT_EncoderExt.cpp476 pEncParamBase->iUsageType = CAMERA_VIDEO_REAL_TIME; in GetValidEncParamBase()
497 …_EQ (iResult, static_cast<int> (cmResultSuccess)) << "iUsageType = " << sEncParamBase.iUsageType << in TEST_F()
516 …_EQ (iResult, static_cast<int> (cmResultSuccess)) << "iUsageType = " << sEncParamBase.iUsageType << in TEST_F()
546 sEncParamBase.iUsageType = static_cast<EUsageType> (2); in TEST_F()
643 sEncParamExt.iUsageType = CAMERA_VIDEO_REAL_TIME; in TEST_F()
667 …T_EQ (iResult, static_cast<int> (cmResultSuccess)) << "iUsageType = " << sEncParamExt.iUsageType << in TEST_F()
704 …_EQ (iResult, static_cast<int> (cmResultSuccess)) << "iUsageType = " << sEncParamBase.iUsageType << in TEST_F()
731 sEncParamExt.iUsageType = CAMERA_VIDEO_REAL_TIME; in TEST_F()
750 …T_EQ (iResult, static_cast<int> (cmResultSuccess)) << "iUsageType = " << sEncParamExt.iUsageType << in TEST_F()
778 …_EQ (iResult, static_cast<int> (cmResultSuccess)) << "iUsageType = " << sEncParamBase.iUsageType << in TEST_F()
[all …]
DEncUT_ParameterSetStrategy.cpp48 sEncParamBase.iUsageType = CAMERA_VIDEO_REAL_TIME; in GenerateParam()
133 sParamExt.iUsageType = CAMERA_VIDEO_REAL_TIME; in TEST_F()
DEncUT_InterfaceTest.cpp60 baseparam.iUsageType = CAMERA_VIDEO_REAL_TIME; in TEST_F()
/third_party/openh264/codec/encoder/core/src/
Dwels_preprocess.cpp92 switch (pEncCtx->pSvcParam->iUsageType) { in CreatePreProcess()
189 if (pParam->iUsageType == SCREEN_CONTENT_REAL_TIME) in AllocSpatialPictures()
251 SPicture* CWelsPreProcess::GetBestRefPic (EUsageType iUsageType, bool bSceneLtr, EWelsSliceType eSl… in GetBestRefPic() argument
253 assert (iUsageType == SCREEN_CONTENT_REAL_TIME); in GetBestRefPic()
280 if (pSvcParam->iUsageType == SCREEN_CONTENT_REAL_TIME) { in AnalyzeSpatialPic()
281 …SPicture* pRefPic = GetBestRefPic (pSvcParam->iUsageType, pCtx->bCurFrameMarkedAsSceneLtr, pCtx->e… in AnalyzeSpatialPic()
316 if (pCtx->pSvcParam->iUsageType == SCREEN_CONTENT_REAL_TIME) in UpdateSpatialPictures()
402 if (pSvcParam->iUsageType == SCREEN_CONTENT_REAL_TIME) { in SingleLayerPreprocess()
550 if (pParam->iUsageType == SCREEN_CONTENT_REAL_TIME) { in InitLastSpatialPictures()
833 if (pSvcParam->iUsageType == SCREEN_CONTENT_REAL_TIME) { in AnalyzePictureComplexity()
Dencoder_ext.cpp164 int32_t iRefUpperBound = (pParam->iUsageType == CAMERA_VIDEO_REAL_TIME) ? in CheckReferenceNumSetting()
270 if (! (pCfg->iUsageType < INPUT_CONTENT_TYPE_ALL)) { in ParamValidation()
271 … WelsLog (pLogCtx, WELS_LOG_ERROR, "ParamValidation(),Invalid usage type = %d", pCfg->iUsageType); in ParamValidation()
274 if (pCfg->iUsageType == SCREEN_CONTENT_REAL_TIME) { in ParamValidation()
376 if (pCfg->iUsageType == SCREEN_CONTENT_REAL_TIME) { in ParamValidation()
393 …if (((pCfg->iUsageType == CAMERA_VIDEO_REAL_TIME) || (pCfg->iUsageType == SCREEN_CONTENT_REAL_TIME… in ParamValidation()
411 …if ((pCodingParam->iUsageType != CAMERA_VIDEO_REAL_TIME) && (pCodingParam->iUsageType != SCREEN_CO… in ParamValidationExt()
412 …pLogCtx, WELS_LOG_ERROR, "ParamValidationExt(),Invalid usage type = %d", pCodingParam->iUsageType); in ParamValidationExt()
415 if ((pCodingParam->iUsageType == SCREEN_CONTENT_REAL_TIME) && (!pCodingParam->bIsLosslessLink in ParamValidationExt()
474 …if (pCodingParam->iUsageType == SCREEN_CONTENT_REAL_TIME && (SPS_LISTING & pCodingParam->eSpsPpsId… in ParamValidationExt()
[all …]
Dau_set.cpp90 …int32_t iCurrentSupportedLtrNum = (pParam->iUsageType == CAMERA_VIDEO_REAL_TIME) ? LONG_TERM_REF_N… in WelsCheckNumRefSetting()
103 …int32_t iCurrentStrNum = ((pParam->iUsageType == SCREEN_CONTENT_REAL_TIME && pParam->bEnableLongTe… in WelsCheckNumRefSetting()
110 … (pParam->iUsageType == CAMERA_VIDEO_REAL_TIME) ? MAX_REFERENCE_PICTURE_COUNT_NUM_CAMERA : in WelsCheckNumRefSetting()
Dencoder.cpp160 bool bScreenContent = (SCREEN_CONTENT_REAL_TIME == pParam->iUsageType); in InitFunctionPointers()
339 if (pSvcParam->iUsageType == SCREEN_CONTENT_REAL_TIME) { in DecideFrameType()
Dratectl.cpp394 if (pEncCtx->pSvcParam->iUsageType == SCREEN_CONTENT_REAL_TIME) { in RcCalculateIdrQp()
460 if (pEncCtx->pSvcParam->iUsageType == SCREEN_CONTENT_REAL_TIME) { in RcCalculatePictureQp()
1064 if (pEncCtx->pSvcParam->iUsageType == SCREEN_CONTENT_REAL_TIME) { in RcUpdateIntraComplexity()
1099 if (pEncCtx->pSvcParam->iUsageType == SCREEN_CONTENT_REAL_TIME) { in RcUpdateFrameComplexity()
Dref_list_mgr_svc.cpp698 if (pCtx->pSvcParam->iUsageType == SCREEN_CONTENT_REAL_TIME) in WelsUpdateSliceHeaderSyntax()
/third_party/openh264/codec/encoder/plus/inc/
DwelsEncoderExt.h126 void DumpSrcPicture (const SSourcePicture* pSrcPic, const int iUsageType);
/third_party/openh264/codec/api/svc/
Dcodec_app_def.h527 iUsageType; ///< application type; please refer to the definition of EUsageType member
542 iUsageType; ///< same as in TagEncParamBase member
/third_party/openh264/codec/encoder/plus/src/
DwelsEncoderExt.cpp302 if (pCfg->iUsageType == SCREEN_CONTENT_REAL_TIME) { in InitializeInternal()
339 … pCfg->iUsageType, pCfg->iPicWidth, pCfg->iPicHeight, pCfg->fMaxFrameRate, pCfg->iTemporalLayerNum, in InitializeInternal()
473 DumpSrcPicture (pSrcPic, m_pEncContext->pSvcParam->iUsageType); in EncodeFrameInternal()
506 pParam->iUsageType, in TraceParamInfo()
768 sEncodingParam.iUsageType, in SetOption()
1310 void CWelsH264SVCEncoder::DumpSrcPicture (const SSourcePicture* pSrcPic, const int iUsageType) { in DumpSrcPicture() argument
/third_party/openh264/codec/console/enc/src/
Dwelsenc.cpp233 pSvcParam.iUsageType = (EUsageType)atoi (strTag[1].c_str()); in ParseConfig()
459 pSvcParam.iUsageType = (EUsageType)atoi (argv[n++]); in ParseCommandLine()
677 sParam.iUsageType = CAMERA_VIDEO_REAL_TIME; in FillSpecificParameters()
/third_party/openh264/module/
Dgmp-openh264.cpp229 param.iUsageType = CAMERA_VIDEO_REAL_TIME; in InitEncode()
231 param.iUsageType = SCREEN_CONTENT_REAL_TIME; in InitEncode()
/third_party/gstreamer/gstplugins_bad/ext/openh264/
Dgstopenh264enc.cpp778 enc_params.iUsageType = openh264enc->usage_type; in gst_openh264enc_set_format()