Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dnvenc.h196 int rc_lookahead; member
Dnvenc.c467 if (ctx->rc_lookahead > 0 && ret <= 0) { in nvenc_check_capabilities()
859 if (ctx->rc_lookahead > 0) { in nvenc_recalc_surfaces()
862 …nb_surfaces = FFMAX(1, FFMAX(nb_surfaces, ctx->rc_lookahead + ctx->encode_config.frameIntervalP + … in nvenc_recalc_surfaces()
989 if (ctx->rc_lookahead > 0) { in nvenc_setup_rate_control()
998 ctx->encode_config.rcParams.lookaheadDepth = av_clip(ctx->rc_lookahead, 0, lkd_bound); in nvenc_setup_rate_control()
1315 if (ctx->rc_lookahead == 0 && ctx->encode_config.rcParams.enableLookahead) in nvenc_setup_encoder()
1316 ctx->rc_lookahead = ctx->encode_config.rcParams.lookaheadDepth; in nvenc_setup_encoder()
Dlibx264.c76 int rc_lookahead; member
769 if (x4->rc_lookahead >= 0) in X264_init()
770 x4->params.rc.i_lookahead = x4->rc_lookahead; in X264_init()
1091 …Number of frames to look ahead for frametype and ratecontrol", OFFSET(rc_lookahead), AV_OPT_TYPE_I…
Dnvenc_hevc.c102 … OFFSET(rc_lookahead), AV_OPT_TYPE_INT, { .i64 = 0 }, 0, INT_MAX, VE },
Dnvenc_h264.c113 … OFFSET(rc_lookahead), AV_OPT_TYPE_INT, { .i64 = 0 }, 0, INT_MAX, VE },
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvh264enc.c277 baseenc->rc_lookahead = DEFAULT_RC_LOOKAHEAD; in gst_nv_h264_enc_init()
596 nvenc->rc_lookahead = g_value_get_uint (value); in gst_nv_h264_enc_set_property()
663 g_value_set_uint (value, nvenc->rc_lookahead); in gst_nv_h264_enc_get_property()
Dgstnvbaseenc.h162 guint rc_lookahead; member
Dgstnvh265enc.c280 baseenc->rc_lookahead = DEFAULT_RC_LOOKAHEAD; in gst_nv_h265_enc_init()
709 nvenc->rc_lookahead = g_value_get_uint (value); in gst_nv_h265_enc_set_property()
776 g_value_set_uint (value, nvenc->rc_lookahead); in gst_nv_h265_enc_get_property()
Dgstnvbaseenc.c1576 if (nvenc->rc_lookahead) { in gst_nv_base_enc_setup_rate_control()
1578 rc_params->lookaheadDepth = nvenc->rc_lookahead; in gst_nv_base_enc_setup_rate_control()
2390 end = nvenc->rc_lookahead; in _submit_input_buffer()