Home
last modified time | relevance | path

Searched refs:lookaheadDepth (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dnvenc.c998 ctx->encode_config.rcParams.lookaheadDepth = av_clip(ctx->rc_lookahead, 0, lkd_bound); in nvenc_setup_rate_control()
1003 ctx->encode_config.rcParams.lookaheadDepth, in nvenc_setup_rate_control()
1316 ctx->rc_lookahead = ctx->encode_config.rcParams.lookaheadDepth; in nvenc_setup_encoder()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvbaseenc.c1578 rc_params->lookaheadDepth = nvenc->rc_lookahead; in gst_nv_base_enc_setup_rate_control()
1605 num_buffers += config->rcParams.lookaheadDepth; in gst_nv_base_enc_calculate_num_prealloc_buffers()
1620 num_buffers, config->rcParams.lookaheadDepth, config->frameIntervalP); in gst_nv_base_enc_calculate_num_prealloc_buffers()
DnvEncodeAPI.h1240 …uint16_t lookaheadDepth; /**< [in]: Maximum de… member