Home
last modified time | relevance | path

Searched refs:zerolatency (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dnvenc.h202 int zerolatency; member
Dnvenc_hevc.c121 … OFFSET(zerolatency), AV_OPT_TYPE_BOOL, { .i64 = 0 }, 0, 1, VE },
Dnvenc_h264.c134 … OFFSET(zerolatency), AV_OPT_TYPE_BOOL, { .i64 = 0 }, 0, 1, VE },
Dnvenc.c1017 if (ctx->zerolatency) in nvenc_setup_rate_control()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvbaseenc.h107 gboolean zerolatency; member
Dgstnvbaseenc.c1041 nvenc->zerolatency = DEFAULT_ZEROLATENCY; in gst_nv_base_enc_init()
1585 rc_params->zeroReorderDelay = nvenc->zerolatency; in gst_nv_base_enc_setup_rate_control()
2699 nvenc->zerolatency = g_value_get_boolean (value); in gst_nv_base_enc_set_property()
2792 g_value_set_boolean (value, nvenc->zerolatency); in gst_nv_base_enc_get_property()
/third_party/gstreamer/gstplugins_good/
DChangeLog95246 Set zerolatency tuning on x264enc for better realtime results.