Lines Matching refs:gop_size
1119 h264->intraRefreshPeriod = avctx->gop_size;
1120 h264->intraRefreshCnt = avctx->gop_size - 1;
1140 } else if (avctx->gop_size >= 0) {
1141 h264->idrPeriod = avctx->gop_size;
1231 hevc->intraRefreshPeriod = avctx->gop_size;
1232 hevc->intraRefreshCnt = avctx->gop_size - 1;
1254 } else if (avctx->gop_size >= 0) {
1255 hevc->idrPeriod = avctx->gop_size;
1428 if (avctx->gop_size > 0) {
1434 ctx->encode_config.gopLength = avctx->gop_size;
1435 } else if (avctx->gop_size == 0) {