Searched refs:RC_OFF_MODE (Results 1 – 13 of 13) sorted by relevance
/third_party/openh264/test/encoder/ |
D | EncUT_ParameterSetStrategy.cpp | 77 … iCurSpsId, sParam1.bEnableFrameCroppingFlag, sParam1.iRCMode != RC_OFF_MODE, iDlayerCount, false); in TEST_F() 97 … iCurSpsId, sParam2.bEnableFrameCroppingFlag, sParam2.iRCMode != RC_OFF_MODE, iDlayerCount, false); in TEST_F() 200 sSvcCodingParam.iRCMode != RC_OFF_MODE, in TEST_F()
|
D | EncUT_SliceBufferReallocate.cpp | 218 pCtx->pSvcParam->iRCMode = RC_OFF_MODE; in InitParam()
|
/third_party/openh264/codec/encoder/core/src/ |
D | paraset_strategy.cpp | 96 … kiSpsId, pParam->bEnableFrameCroppingFlag, pParam->iRCMode != RC_OFF_MODE, iDlayerCount, in WelsGenerateNewSps() 101 … kiSpsId, pParam->bEnableFrameCroppingFlag, pParam->iRCMode != RC_OFF_MODE, iDlayerCount); in WelsGenerateNewSps() 180 0, pParam->bEnableFrameCroppingFlag, pParam->iRCMode != RC_OFF_MODE, iDlayerCount, in FindExistingSps() 191 … 0, pParam->bEnableFrameCroppingFlag, pParam->iRCMode != RC_OFF_MODE, iDlayerCount); in FindExistingSps()
|
D | slice_multi_threading.cpp | 184 if (pCtx->pSvcParam->iRCMode != RC_OFF_MODE) { in DynamicAdjustSlicing() 217 if (pCtx->pSvcParam->iRCMode != RC_OFF_MODE) { in DynamicAdjustSlicing()
|
D | encoder_ext.cpp | 228 if (kiRCMode != RC_OFF_MODE) { // multiple slices verify with gom in SliceArgumentValidationFixedSliceMode() 345 …if ((pCfg->iRCMode != RC_OFF_MODE) && (pCfg->iRCMode != RC_QUALITY_MODE) && (pCfg->iRCMode != RC_B… in ParamValidation() 351 if (pCfg->iRCMode != RC_OFF_MODE) { in ParamValidation() 604 if ((pCodingParam->iRCMode != RC_OFF_MODE) && pSpatialLayer->sSliceArgument.uiSliceNum > 1) { in ParamValidationExt() 2487 if (pCtx->pSvcParam->iRCMode != RC_OFF_MODE) { in WelsInitCurrentDlayerMltslc() 3650 if (pSvcParam->iRCMode != RC_OFF_MODE) in WelsEncoderEncodeExt()
|
D | ratectl.cpp | 532 pWelsSvcRc->bGomRC = (RC_OFF_MODE == pEncCtx->pSvcParam->iRCMode || in RcInitSliceInformation() 1463 case RC_OFF_MODE: in WelsRcInitFuncPointers()
|
/third_party/openh264/codec/console/enc/src/ |
D | welsenc.cpp | 139 int iLeftTargetBitrate = (pSvcParam.iRCMode != RC_OFF_MODE) ? pSvcParam.iTargetBitrate : 0; in ParseLayerConfig() 170 if (pSvcParam.iRCMode != RC_OFF_MODE) { in ParseLayerConfig() 184 if (pSvcParam.iRCMode != RC_OFF_MODE) { in ParseLayerConfig() 319 if ((pSvcParam.iRCMode != RC_OFF_MODE) && pSvcParam.iTargetBitrate <= 0) { in ParseConfig() 325 if ((pSvcParam.iRCMode != RC_OFF_MODE) && pSvcParam.iMaxBitrate < 0) { in ParseConfig()
|
/third_party/ffmpeg/libavcodec/ |
D | libopenh264enc.c | 99 …l mode", OFFSET(rc_mode), AV_OPT_TYPE_INT, { .i64 = RC_QUALITY_MODE }, RC_OFF_MODE, RC_TIMESTAMP_M… 100 … 0, AV_OPT_TYPE_CONST, { .i64 = RC_OFF_MODE }, 0, 0…
|
/third_party/gstreamer/gstplugins_bad/ext/openh264/ |
D | gstopenh264enc.cpp | 76 {RC_OFF_MODE, "Rate control off mode", "off"}, in gst_openh264enc_rc_modes_get_type() 444 case RC_OFF_MODE: in gst_openh264enc_set_rate_control() 445 openh264enc->rate_control = RC_OFF_MODE; in gst_openh264enc_set_rate_control()
|
/third_party/openh264/codec/api/svc/ |
D | codec_app_def.h | 274 RC_OFF_MODE = -1, ///< rate control off mode enumerator
|
/third_party/openh264/test/api/ |
D | encode_decode_api_test.cpp | 20 pParam->iRCMode = RC_OFF_MODE; //rc off in prepareParam()
|
D | encode_options_test.cpp | 1340 param_.iRCMode = RC_OFF_MODE; //rc off in TEST_P() 2150 sParam.iRCMode = RC_OFF_MODE; in TEST_F()
|
/third_party/openh264/codec/encoder/plus/src/ |
D | welsEncoderExt.cpp | 961 if (m_pEncContext->pSvcParam->iRCMode != RC_OFF_MODE) { in SetOption()
|