Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dnvenc.c1259 ctx->encode_config.version = NV_ENC_CONFIG_VER; in nvenc_setup_encoder()
1268 preset_config.presetCfg.version = NV_ENC_CONFIG_VER; in nvenc_setup_encoder()
1294 ctx->encode_config.version = NV_ENC_CONFIG_VER; in nvenc_setup_encoder()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
DnvEncodeAPI.h1552 #define NV_ENC_CONFIG_VER (NVENCAPI_STRUCT_VERSION(7) | ( 1<<31 )) macro