Home
last modified time | relevance | path

Searched refs:RC_BUFFERBASED_MODE (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/openh264/
Dgstopenh264enc.cpp74 {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/
Dcodec_app_def.h271 RC_BUFFERBASED_MODE = 2, ///< no bitrate control,only using buffer status,adjust the video quality enumerator
/third_party/ffmpeg/libavcodec/
Dlibopenh264enc.c103 …ideo quality (no bitrate control)", 0, AV_OPT_TYPE_CONST, { .i64 = RC_BUFFERBASED_MODE }, 0, 0, VE…
/third_party/openh264/codec/encoder/core/src/
Dratectl.cpp533 RC_BUFFERBASED_MODE == pEncCtx->pSvcParam->iRCMode) ? false : true; in RcInitSliceInformation()
1474 case RC_BUFFERBASED_MODE: in WelsRcInitFuncPointers()
Dencoder_ext.cpp345 …ode != RC_OFF_MODE) && (pCfg->iRCMode != RC_QUALITY_MODE) && (pCfg->iRCMode != RC_BUFFERBASED_MODE) in ParamValidation()
/third_party/openh264/
DRELEASES85 - Refactor rate control for RC_BUFFERBASED_MODE and RC_QUALITY_MODE mode