Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
DnvEncodeAPI.h1337 …uint32_t disableSPSPPS :1; /**< [in]: Set to 1 to disable wri… member
1436 …uint32_t disableSPSPPS :1; /**< [in]: Set 1 to disable VPS,SP… member
/third_party/ffmpeg/libavcodec/
Dnvenc.c1058 h264->disableSPSPPS = (avctx->flags & AV_CODEC_FLAG_GLOBAL_HEADER) ? 1 : 0; in nvenc_setup_h264_config()
1155 hevc->disableSPSPPS = (avctx->flags & AV_CODEC_FLAG_GLOBAL_HEADER) ? 1 : 0; in nvenc_setup_hevc_config()