Searched refs:intra_refresh (Results 1 – 10 of 10) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | nvenc.h | 235 int intra_refresh; member
|
D | nvenc.c | 551 if((ctx->intra_refresh || ctx->single_slice_intra_refresh) && ret <= 0) { in nvenc_check_capabilities() 1117 if (ctx->intra_refresh) { in nvenc_setup_h264_config() 1138 if (ctx->intra_refresh) { in nvenc_setup_h264_config() 1229 if (ctx->intra_refresh) { in nvenc_setup_hevc_config() 1252 if (ctx->intra_refresh) { in nvenc_setup_hevc_config() 1442 ctx->intra_refresh = 1; in nvenc_setup_encoder() 1444 if (ctx->intra_refresh) in nvenc_setup_encoder()
|
D | libx264.c | 82 int intra_refresh; member 788 if (x4->intra_refresh >= 0) in X264_init() 789 x4->params.b_intra_refresh = x4->intra_refresh; in X264_init() 1130 …{ "intra-refresh", "Use Periodic Intra Refresh instead of IDR frames.",OFFSET(intra_refresh),AV_OP…
|
D | nvenc_hevc.c | 175 … OFFSET(intra_refresh),AV_OPT_TYPE_BOOL, { .i64 = 0 }, 0, 1, VE },
|
D | nvenc_h264.c | 194 … OFFSET(intra_refresh),AV_OPT_TYPE_BOOL, { .i64 = 0 }, 0, 1, VE },
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | radeon_vcn_enc.h | 412 uint32_t intra_refresh; member 529 void (*intra_refresh)(struct radeon_encoder *enc); member
|
D | radeon_vcn_enc_2_0.c | 442 enc->intra_refresh(enc); in encode() 480 enc->cmd.intra_refresh = RENCODE_IB_PARAM_INTRA_REFRESH; in radeon_enc_2_0_init()
|
D | radeon_vcn_enc_1_2.c | 1117 RADEON_ENC_BEGIN(enc->cmd.intra_refresh); in radeon_enc_intra_refresh() 1301 enc->intra_refresh(enc); in encode() 1393 enc->intra_refresh = radeon_enc_intra_refresh; in radeon_enc_1_2_init() 1440 enc->cmd.intra_refresh = RENCODE_IB_PARAM_INTRA_REFRESH; in radeon_enc_1_2_init()
|
/third_party/ffmpeg/tests/fate/ |
D | lavf-container.mak | 86 fate-lavf-fate-h264.mp4: CMD = lavf_container_fate "h264/intra_refresh.h264" "" "-c:v copy"
|
D | h264.mak | 440 …sh-recovery: CMD = framecrc -i $(TARGET_SAMPLES)/h264/intra_refresh.h264 -frames:v…
|