Searched refs:RC_TIMESTAMP_MODE (Results 1 – 9 of 9) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | libopenh264enc.c | 99 …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/ |
D | codec_app_def.h | 272 RC_TIMESTAMP_MODE = 3, //rate control based timestamp enumerator
|
/third_party/openh264/codec/api/svc/ |
D | codec_app_def.h | 272 RC_TIMESTAMP_MODE = 3, //rate control based timestamp enumerator
|
/third_party/openh264/test/api/ |
D | decode_api_test.cpp | 644 param_.iRCMode = RC_TIMESTAMP_MODE; in TEST_F() 1146 param_.iRCMode = RC_TIMESTAMP_MODE; in TEST_F()
|
D | encode_options_test.cpp | 1962 sParam.iRCMode = RC_TIMESTAMP_MODE; in TEST_F() 2096 sParam.iRCMode = RC_TIMESTAMP_MODE; in TEST_F()
|
/third_party/openh264/codec/encoder/core/src/ |
D | wels_preprocess.cpp | 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 | 1193 if (pEncCtx->pSvcParam->iRCMode == RC_TIMESTAMP_MODE) { in WelsRcPictureInitGom() 1539 case RC_TIMESTAMP_MODE: in WelsRcInitFuncPointers()
|
D | encoder_ext.cpp | 346 && (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/ |
D | RELEASES | 167 - Added new rate control mode (RC_TIMESTAMP_MODE) for inconstant frame rate input
|