Searched refs:RC_BITRATE_MODE (Results 1 – 11 of 11) sorted by relevance
/third_party/openh264/test/encoder/ |
D | EncUT_ParameterSetStrategy.cpp | 52 sEncParamBase.iRCMode = RC_BITRATE_MODE; in GenerateParam() 137 sParamExt.iRCMode = RC_BITRATE_MODE; in TEST_F()
|
D | EncUT_EncoderExt.cpp | 488 pEncParamBase->iRCMode = RC_BITRATE_MODE; //-1, 0, 1, 2 in GetValidEncParamBase() 651 sEncParamExt.iRCMode = RC_BITRATE_MODE; //-1, 0, 1, 2 in TEST_F() 741 sEncParamExt.iRCMode = RC_BITRATE_MODE; //-1, 0, 1, 2 in TEST_F() 956 sEncParamExt.iRCMode = RC_BITRATE_MODE; in TEST_F() 1021 sEncParamExt.iRCMode = RC_BITRATE_MODE; in TEST_F()
|
/third_party/gstreamer/gstplugins_bad/ext/openh264/ |
D | gstopenh264enc.cpp | 73 {RC_BITRATE_MODE, "Bitrate mode", "bitrate"}, in gst_openh264enc_rc_modes_get_type() 438 case RC_BITRATE_MODE: in gst_openh264enc_set_rate_control() 439 openh264enc->rate_control = RC_BITRATE_MODE; in gst_openh264enc_set_rate_control()
|
/third_party/openh264/codec/api/svc/ |
D | codec_app_def.h | 270 RC_BITRATE_MODE = 1, ///< bitrate mode enumerator
|
/third_party/ffmpeg/libavcodec/ |
D | libopenh264enc.c | 102 … 0, AV_OPT_TYPE_CONST, { .i64 = RC_BITRATE_MODE }, 0, 0, …
|
/third_party/openh264/codec/encoder/core/src/ |
D | wels_preprocess.cpp | 278 bool bCalculateVar = (pSvcParam->iRCMode >= RC_BITRATE_MODE && pCtx->eSliceType == I_SLICE); in AnalyzeSpatialPic() 892 … } else if (((pSvcParam->iRCMode == RC_BITRATE_MODE) || (pSvcParam->iRCMode == RC_TIMESTAMP_MODE)) in AnalyzePictureComplexity() 895 … } else if (((pSvcParam->iRCMode == RC_BITRATE_MODE) || (pSvcParam->iRCMode == RC_TIMESTAMP_MODE)) in AnalyzePictureComplexity()
|
D | ratectl.cpp | 560 if ((pWelsSvcRc->iTargetBits <= 0) && ((pEncCtx->pSvcParam->iRCMode == RC_BITRATE_MODE) in RcDecideTargetBits() 1168 if ((kiSliceNum > 1) || ((pEncCtx->pSvcParam->iRCMode == RC_BITRATE_MODE) in WelsRcPictureInitGom() 1485 case RC_BITRATE_MODE: in WelsRcInitFuncPointers()
|
D | encoder_ext.cpp | 346 && (pCfg->iRCMode != RC_BITRATE_MODE) && (pCfg->iRCMode != RC_TIMESTAMP_MODE)) { in ParamValidation() 370 …if ((pCfg->iRCMode == RC_QUALITY_MODE) || (pCfg->iRCMode == RC_BITRATE_MODE) || (pCfg->iRCMode == … in ParamValidation()
|
/third_party/openh264/module/ |
D | gmp-openh264.cpp | 234 param.iRCMode = RC_BITRATE_MODE; in InitEncode()
|
/third_party/openh264/codec/encoder/plus/src/ |
D | welsEncoderExt.cpp | 662 …t->pSvcParam->iRCMode == RC_QUALITY_MODE || m_pEncContext->pSvcParam->iRCMode == RC_BITRATE_MODE) { in UpdateStatistics()
|
/third_party/openh264/test/api/ |
D | encode_options_test.cpp | 216 if ((RC_QUALITY_MODE == param_.iRCMode) || (RC_BITRATE_MODE == param_.iRCMode)) { in ValidateParamExtCombination()
|