Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dnvenc.h133 NVENC_LOWLATENCY = 1, enumerator
Dnvenc.c176 PRESET_ALIAS(LOW_LATENCY_DEFAULT, P4, NVENC_DEPRECATED_PRESET | NVENC_LOWLATENCY), in nvenc_map_preset()
177 PRESET_ALIAS(LOW_LATENCY_HP, P1, NVENC_DEPRECATED_PRESET | NVENC_LOWLATENCY), in nvenc_map_preset()
178 PRESET_ALIAS(LOW_LATENCY_HQ, P7, NVENC_DEPRECATED_PRESET | NVENC_LOWLATENCY), in nvenc_map_preset()
189 PRESET(LOW_LATENCY_DEFAULT, NVENC_LOWLATENCY), in nvenc_map_preset()
190 PRESET(LOW_LATENCY_HP, NVENC_LOWLATENCY), in nvenc_map_preset()
191 PRESET(LOW_LATENCY_HQ, NVENC_LOWLATENCY), in nvenc_map_preset()
933 ctx->twopass = (ctx->flags & NVENC_LOWLATENCY) != 0; in nvenc_setup_rate_control()
1275 else if (ctx->flags & NVENC_LOWLATENCY) in nvenc_setup_encoder()