Searched refs:RC_BUFFERBASED_MODE (Results 1 – 6 of 6) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/openh264/ |
D | gstopenh264enc.cpp | 74 {RC_BUFFERBASED_MODE, "No bitrate control, just using buffer status", in gst_openh264enc_rc_modes_get_type() 441 case RC_BUFFERBASED_MODE: in gst_openh264enc_set_rate_control() 442 openh264enc->rate_control = RC_BUFFERBASED_MODE; in gst_openh264enc_set_rate_control()
|
/third_party/openh264/codec/api/svc/ |
D | codec_app_def.h | 271 RC_BUFFERBASED_MODE = 2, ///< no bitrate control,only using buffer status,adjust the video quality enumerator
|
/third_party/ffmpeg/libavcodec/ |
D | libopenh264enc.c | 103 …ideo quality (no bitrate control)", 0, AV_OPT_TYPE_CONST, { .i64 = RC_BUFFERBASED_MODE }, 0, 0, VE…
|
/third_party/openh264/codec/encoder/core/src/ |
D | ratectl.cpp | 533 RC_BUFFERBASED_MODE == pEncCtx->pSvcParam->iRCMode) ? false : true; in RcInitSliceInformation() 1474 case RC_BUFFERBASED_MODE: in WelsRcInitFuncPointers()
|
D | encoder_ext.cpp | 345 …ode != RC_OFF_MODE) && (pCfg->iRCMode != RC_QUALITY_MODE) && (pCfg->iRCMode != RC_BUFFERBASED_MODE) in ParamValidation()
|
/third_party/openh264/ |
D | RELEASES | 85 - Refactor rate control for RC_BUFFERBASED_MODE and RC_QUALITY_MODE mode
|