Searched refs:SCREEN_CONTENT_REAL_TIME (Results 1 – 13 of 13) sorted by relevance
/third_party/openh264/test/api/ |
D | encoder_test.cpp | 146 …{"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…
|
D | encode_options_test.cpp | 165 …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/ |
D | wels_preprocess.cpp | 93 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()
|
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 | encoder_ext.cpp | 274 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 …]
|
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 | au_set.cpp | 103 …int32_t iCurrentStrNum = ((pParam->iUsageType == SCREEN_CONTENT_REAL_TIME && pParam->bEnableLongTe… in WelsCheckNumRefSetting()
|
D | ref_list_mgr_svc.cpp | 698 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/ |
D | gstopenh264enc.cpp | 54 {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/ |
D | codec_app_def.h | 495 SCREEN_CONTENT_REAL_TIME, ///< screen content signal enumerator
|
/third_party/openh264/codec/encoder/core/inc/ |
D | param_svc.h | 345 if (iUsageType == SCREEN_CONTENT_REAL_TIME && !bIsLosslessLink && bEnableLongTermReference) { in ParamTranscode()
|
/third_party/openh264/module/ |
D | gmp-openh264.cpp | 231 param.iUsageType = SCREEN_CONTENT_REAL_TIME; in InitEncode()
|
/third_party/openh264/codec/encoder/plus/src/ |
D | welsEncoderExt.cpp | 302 if (pCfg->iUsageType == SCREEN_CONTENT_REAL_TIME) { in InitializeInternal()
|