Home
last modified time | relevance | path

Searched refs:gopLength (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvbaseenc.c1675 if (nvenc->config.gopLength == NVENC_INFINITE_GOPLENGTH in gst_nv_base_enc_set_format()
1678 } else if (nvenc->config.gopLength != nvenc->gop_size) { in gst_nv_base_enc_set_format()
1808 params->encodeConfig->gopLength = NVENC_INFINITE_GOPLENGTH; in gst_nv_base_enc_set_format()
1811 params->encodeConfig->gopLength = nvenc->gop_size; in gst_nv_base_enc_set_format()
1820 params->encodeConfig->gopLength = 1; in gst_nv_base_enc_set_format()
Dgstnvh264enc.c516 h264_config->idrPeriod = config->gopLength; in gst_nv_h264_enc_set_encoder_config()
Dgstnvh265enc.c559 hevc_config->idrPeriod = config->gopLength; in gst_nv_h265_enc_set_encoder_config()
DnvEncodeAPI.h1538 …uint32_t gopLength; /**< [in]: Specifies … member
/third_party/ffmpeg/libavcodec/
Dnvenc.c1067 h264->idrPeriod = cc->gopLength; in nvenc_setup_h264_config()
1164 hevc->idrPeriod = cc->gopLength; in nvenc_setup_hevc_config()
1343 ctx->encode_config.gopLength = avctx->gop_size; in nvenc_setup_encoder()
1346 ctx->encode_config.gopLength = 1; in nvenc_setup_encoder()