Home
last modified time | relevance | path

Searched refs:tuning_info (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dnvenc.h219 int tuning_info; member
Dnvenc_hevc.c54 …{ "tune", "Set the encoding tuning info", OFFSET(tuning_info), AV_OPT_TYPE_INT, {…
Dnvenc_h264.c54 …{ "tune", "Set the encoding tuning info", OFFSET(tuning_info), AV_OPT_TYPE_INT, {…
Dnvenc.c203 if (ctx->tuning_info == NV_ENC_TUNING_INFO_LOSSLESS) in nvenc_map_preset()
1271 ctx->init_encode_params.tuningInfo = ctx->tuning_info; in nvenc_setup_encoder()