Searched refs:forced_idr (Results 1 - 8 of 8) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | qsvenc.h | 62 { "forced_idr", "Forcing I frames as IDR frames", OFFSET(qsv.forced_idr), AV_OPT_TYPE_BOOL,{ .i64 = 0 }, 0, 1, VE }, \ 213 int forced_idr; member
|
H A D | nvenc.h | 209 int forced_idr; member
|
H A D | libx265.c | 50 int forced_idr; member 530 (ctx->forced_idr ? X265_TYPE_IDR : X265_TYPE_I) : in libx265_encode_frame() 712 { "forced-idr", "if forcing keyframes, force them as IDR frames", OFFSET(forced_idr),AV_OPT_TYPE_BOOL, { .i64 = 0 }, 0, 1, VE },
|
H A D | nvenc_hevc.c | 115 OFFSET(forced_idr), AV_OPT_TYPE_BOOL, { .i64 = 0 }, -1, 1, VE },
|
H A D | nvenc_h264.c | 126 OFFSET(forced_idr), AV_OPT_TYPE_BOOL, { .i64 = 0 }, -1, 1, VE },
|
H A D | libx264.c | 100 int forced_idr; member 359 x4->pic.i_type = x4->forced_idr > 0 ? X264_TYPE_IDR in X264_frame() 1166 { "forced-idr", "If forcing keyframes, force them as IDR frames.", OFFSET(forced_idr), AV_OPT_TYPE_BOOL, { .i64 = 0 }, -1, 1, VE },
|
H A D | nvenc.c | 2417 if (ctx->forced_idr >= 0 && frame->pict_type == AV_PICTURE_TYPE_I) { in nvenc_send_frame() 2419 ctx->forced_idr ? NV_ENC_PIC_FLAG_FORCEIDR : NV_ENC_PIC_FLAG_FORCEINTRA; in nvenc_send_frame()
|
H A D | qsvenc.c | 1726 if (q->forced_idr) in encode_frame()
|
Completed in 11 milliseconds