Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
DnvEncodeAPI.h1343 …uint32_t repeatSPSPPS :1; /**< [in]: Set to 1 to enable writ… member
1437 …uint32_t repeatSPSPPS :1; /**< [in]: Set 1 to output VPS,SPS… member
/third_party/ffmpeg/libavcodec/
Dnvenc.c1059 h264->repeatSPSPPS = (avctx->flags & AV_CODEC_FLAG_GLOBAL_HEADER) ? 0 : 1; in nvenc_setup_h264_config()
1156 hevc->repeatSPSPPS = (avctx->flags & AV_CODEC_FLAG_GLOBAL_HEADER) ? 0 : 1; in nvenc_setup_hevc_config()