/third_party/openh264/test/api/ |
D | BaseEncoderTest.cpp | 18 param.iUsageType = pEncParamExt->iUsageType; in InitWithParam() 28 param.iUsageType = pEncParamExt->iUsageType; in InitWithParam()
|
D | encoder_test.cpp | 47 pEnxParamExt->iUsageType = pEncFileParam->eUsageType; in EncFileParamToParamExt()
|
D | decode_encode_test.cpp | 102 pEnxParamExt->iUsageType = CAMERA_VIDEO_REAL_TIME; in DecEncFileParamToParamExt()
|
D | encode_options_test.cpp | 49 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()
|
D | encode_decode_api_test.cpp | 16 pParam->iUsageType = CAMERA_VIDEO_REAL_TIME; in prepareParam()
|
/third_party/openh264/codec/encoder/core/inc/ |
D | param_svc.h | 178 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()
|
D | wels_preprocess.h | 189 …SPicture* GetBestRefPic (EUsageType iUsageType, bool bSceneLtr, EWelsSliceType eSliceType, int32_t…
|
/third_party/openh264/test/encoder/ |
D | EncUT_EncoderExt.cpp | 476 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 …]
|
D | EncUT_ParameterSetStrategy.cpp | 48 sEncParamBase.iUsageType = CAMERA_VIDEO_REAL_TIME; in GenerateParam() 133 sParamExt.iUsageType = CAMERA_VIDEO_REAL_TIME; in TEST_F()
|
D | EncUT_InterfaceTest.cpp | 60 baseparam.iUsageType = CAMERA_VIDEO_REAL_TIME; in TEST_F()
|
/third_party/openh264/codec/encoder/core/src/ |
D | wels_preprocess.cpp | 92 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()
|
D | encoder_ext.cpp | 164 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 …]
|
D | au_set.cpp | 90 …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()
|
D | encoder.cpp | 160 bool bScreenContent = (SCREEN_CONTENT_REAL_TIME == pParam->iUsageType); in InitFunctionPointers() 339 if (pSvcParam->iUsageType == SCREEN_CONTENT_REAL_TIME) { in DecideFrameType()
|
D | ratectl.cpp | 394 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()
|
D | ref_list_mgr_svc.cpp | 698 if (pCtx->pSvcParam->iUsageType == SCREEN_CONTENT_REAL_TIME) in WelsUpdateSliceHeaderSyntax()
|
/third_party/openh264/codec/encoder/plus/inc/ |
D | welsEncoderExt.h | 126 void DumpSrcPicture (const SSourcePicture* pSrcPic, const int iUsageType);
|
/third_party/openh264/codec/api/svc/ |
D | codec_app_def.h | 527 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/ |
D | welsEncoderExt.cpp | 302 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/ |
D | welsenc.cpp | 233 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/ |
D | gmp-openh264.cpp | 229 param.iUsageType = CAMERA_VIDEO_REAL_TIME; in InitEncode() 231 param.iUsageType = SCREEN_CONTENT_REAL_TIME; in InitEncode()
|
/third_party/gstreamer/gstplugins_bad/ext/openh264/ |
D | gstopenh264enc.cpp | 778 enc_params.iUsageType = openh264enc->usage_type; in gst_openh264enc_set_format()
|