Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
DnvEncodeAPI.h595NV_ENC_PIC_FLAG_FORCEINTRA = 0x1, /**< Encode the current picture as an Intra picture */ enumerator
/third_party/ffmpeg/libavcodec/
Dnvenc.c2221 ctx->forced_idr ? NV_ENC_PIC_FLAG_FORCEIDR : NV_ENC_PIC_FLAG_FORCEINTRA; in nvenc_send_frame()