Home
last modified time | relevance | path

Searched refs:SCREEN_CONTENT_REAL_TIME (Results 1 – 13 of 13) sorted by relevance

/third_party/openh264/test/api/
Dencoder_test.cpp146 …{"dd51c2007f944ee752532c74c4d38da1413acd88"}, SCREEN_CONTENT_REAL_TIME, 320, 192, 12.0f, SM_SINGLE…
150 …{"564b0e774f0157c91c7ff3548708f88fb0f3abc6"}, SCREEN_CONTENT_REAL_TIME, 160, 96, 6.0f, SM_SINGLE_S…
154 …{"9b88952f0ec5ebf3e25e642b8a9f355854681f57"}, SCREEN_CONTENT_REAL_TIME, 152, 100, 6.0f, SM_SINGLE_…
158 …{"7db72f0d6f347f57d5137a5cd4de2a3e3fba5b95"}, SCREEN_CONTENT_REAL_TIME, 1280, 720, 30.0f, SM_SIZEL…
163 …{"30b877303081e2c5ee579d8bbeb2094abd2018c1"}, SCREEN_CONTENT_REAL_TIME, 1280, 720, 30.0f, SM_SIZEL…
Dencode_options_test.cpp165 …param_.iLTRRefNum = (SCREEN_CONTENT_REAL_TIME == param_.iUsageType) ? LONG_TERM_REF_NUM_SCREEN… in ValidateParamExtCombination()
2188 sParam.iUsageType = SCREEN_CONTENT_REAL_TIME; in TEST_F()
/third_party/openh264/codec/encoder/core/src/
Dwels_preprocess.cpp93 case SCREEN_CONTENT_REAL_TIME: in CreatePreProcess()
189 if (pParam->iUsageType == SCREEN_CONTENT_REAL_TIME) in AllocSpatialPictures()
253 assert (iUsageType == SCREEN_CONTENT_REAL_TIME); in GetBestRefPic()
280 if (pSvcParam->iUsageType == SCREEN_CONTENT_REAL_TIME) { 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.cpp160 bool bScreenContent = (SCREEN_CONTENT_REAL_TIME == pParam->iUsageType); in InitFunctionPointers()
339 if (pSvcParam->iUsageType == SCREEN_CONTENT_REAL_TIME) { in DecideFrameType()
Dencoder_ext.cpp274 if (pCfg->iUsageType == SCREEN_CONTENT_REAL_TIME) { in ParamValidation()
376 if (pCfg->iUsageType == SCREEN_CONTENT_REAL_TIME) { in ParamValidation()
393 …f (((pCfg->iUsageType == CAMERA_VIDEO_REAL_TIME) || (pCfg->iUsageType == SCREEN_CONTENT_REAL_TIME)) in ParamValidation()
411 …>iUsageType != CAMERA_VIDEO_REAL_TIME) && (pCodingParam->iUsageType != SCREEN_CONTENT_REAL_TIME)) { 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()
1032 const int32_t kiNeedFeatureStorage = (pParam->iUsageType != SCREEN_CONTENT_REAL_TIME) ? 0 : in InitDqLayers()
1701 if (pParam->iUsageType == SCREEN_CONTENT_REAL_TIME) { in RequestMemorySvc()
1967 if (pCtx->pSvcParam->iUsageType == SCREEN_CONTENT_REAL_TIME) in FreeMemorySvc()
2666 (pCtx->pSvcParam->iUsageType == SCREEN_CONTENT_REAL_TIME && P_SLICE == pCtx->eSliceType in PreprocessSliceCoding()
[all …]
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()
Dau_set.cpp103 …int32_t iCurrentStrNum = ((pParam->iUsageType == SCREEN_CONTENT_REAL_TIME && pParam->bEnableLongTe… in WelsCheckNumRefSetting()
Dref_list_mgr_svc.cpp698 if (pCtx->pSvcParam->iUsageType == SCREEN_CONTENT_REAL_TIME) in WelsUpdateSliceHeaderSyntax()
1006 case SCREEN_CONTENT_REAL_TIME: in CreateReferenceStrategy()
/third_party/gstreamer/gstplugins_bad/ext/openh264/
Dgstopenh264enc.cpp54 {SCREEN_CONTENT_REAL_TIME, "screen content", "screen"}, in gst_openh264enc_usage_type_get_type()
423 case SCREEN_CONTENT_REAL_TIME: in gst_openh264enc_set_usage_type()
424 openh264enc->usage_type = SCREEN_CONTENT_REAL_TIME; in gst_openh264enc_set_usage_type()
/third_party/openh264/codec/api/svc/
Dcodec_app_def.h495 SCREEN_CONTENT_REAL_TIME, ///< screen content signal enumerator
/third_party/openh264/codec/encoder/core/inc/
Dparam_svc.h345 if (iUsageType == SCREEN_CONTENT_REAL_TIME && !bIsLosslessLink && bEnableLongTermReference) { in ParamTranscode()
/third_party/openh264/module/
Dgmp-openh264.cpp231 param.iUsageType = SCREEN_CONTENT_REAL_TIME; in InitEncode()
/third_party/openh264/codec/encoder/plus/src/
DwelsEncoderExt.cpp302 if (pCfg->iUsageType == SCREEN_CONTENT_REAL_TIME) { in InitializeInternal()