Home
last modified time | relevance | path

Searched refs:RC_TIMESTAMP_MODE (Results 1 – 9 of 9) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dlibopenh264enc.c99 …rc_mode), AV_OPT_TYPE_INT, { .i64 = RC_QUALITY_MODE }, RC_OFF_MODE, RC_TIMESTAMP_MODE, VE, "rc_mod…
105 …p", 0, AV_OPT_TYPE_CONST, { .i64 = RC_TIMESTAMP_MODE }, 0, 0, V…
/third_party/openh264/codec/api/wels/
Dcodec_app_def.h272 RC_TIMESTAMP_MODE = 3, //rate control based timestamp enumerator
/third_party/openh264/codec/api/svc/
Dcodec_app_def.h272 RC_TIMESTAMP_MODE = 3, //rate control based timestamp enumerator
/third_party/openh264/test/api/
Ddecode_api_test.cpp644 param_.iRCMode = RC_TIMESTAMP_MODE; in TEST_F()
1146 param_.iRCMode = RC_TIMESTAMP_MODE; in TEST_F()
Dencode_options_test.cpp1962 sParam.iRCMode = RC_TIMESTAMP_MODE; in TEST_F()
2096 sParam.iRCMode = RC_TIMESTAMP_MODE; in TEST_F()
/third_party/openh264/codec/encoder/core/src/
Dwels_preprocess.cpp892 … } 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()
Dratectl.cpp1193 if (pEncCtx->pSvcParam->iRCMode == RC_TIMESTAMP_MODE) { in WelsRcPictureInitGom()
1539 case RC_TIMESTAMP_MODE: in WelsRcInitFuncPointers()
Dencoder_ext.cpp346 && (pCfg->iRCMode != RC_BITRATE_MODE) && (pCfg->iRCMode != RC_TIMESTAMP_MODE)) { in ParamValidation()
370 … == RC_QUALITY_MODE) || (pCfg->iRCMode == RC_BITRATE_MODE) || (pCfg->iRCMode == RC_TIMESTAMP_MODE)) in ParamValidation()
/third_party/openh264/
DRELEASES167 - Added new rate control mode (RC_TIMESTAMP_MODE) for inconstant frame rate input