Home
last modified time | relevance | path

Searched refs:NV_ENC_PIC_FLAG_FORCEIDR (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
DnvEncodeAPI.h596 NV_ENC_PIC_FLAG_FORCEIDR = 0x2, /**< Encode the current picture as an IDR picture. enumerator
Dgstnvbaseenc.c2336 pic_params.encodePicFlags = NV_ENC_PIC_FLAG_FORCEIDR; in _submit_input_buffer()
/third_party/ffmpeg/libavcodec/
Dnvenc.c2221 ctx->forced_idr ? NV_ENC_PIC_FLAG_FORCEIDR : NV_ENC_PIC_FLAG_FORCEINTRA; in nvenc_send_frame()