Home
last modified time | relevance | path

Searched refs:support_dyn_bitrate (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dnvenc.h182 int support_dyn_bitrate; member
Dnvenc.c519 ctx->support_dyn_bitrate = nvenc_check_cap(avctx, NV_ENC_CAPS_SUPPORT_DYN_BITRATE_CHANGE); in nvenc_check_capabilities()
2101 if (ctx->rc != NV_ENC_PARAMS_RC_CONSTQP && ctx->support_dyn_bitrate) { in reconfig_encoder()