Lines Matching defs:flags
161 int flags;
212 ctx->flags = t->flags;
216 ctx->flags |= NVENC_LOSSLESS;
443 if (ctx->flags & NVENC_LOSSLESS && ret <= 0) {
471 if (ret < 1 && avctx->flags & AV_CODEC_FLAG_INTERLACED_DCT) {
667 if (ctx->flags & NVENC_DEPRECATED_PRESET)
961 if (ctx->flags & NVENC_ONE_PASS)
963 if (ctx->flags & NVENC_TWO_PASSES || ctx->twopass > 0)
977 if (ctx->flags & NVENC_ONE_PASS)
979 if (ctx->flags & NVENC_TWO_PASSES)
983 ctx->twopass = (ctx->flags & NVENC_LOWLATENCY) != 0;
1021 if (ctx->flags & NVENC_LOSSLESS) {
1129 h264->disableSPSPPS = (avctx->flags & AV_CODEC_FLAG_GLOBAL_HEADER) ? 1 : 0;
1130 h264->repeatSPSPPS = (avctx->flags & AV_CODEC_FLAG_GLOBAL_HEADER) ? 0 : 1;
1157 if (ctx->flags & NVENC_LOSSLESS) {
1243 hevc->disableSPSPPS = (avctx->flags & AV_CODEC_FLAG_GLOBAL_HEADER) ? 1 : 0;
1244 hevc->repeatSPSPPS = (avctx->flags & AV_CODEC_FLAG_GLOBAL_HEADER) ? 0 : 1;
1364 if (ctx->flags & NVENC_LOSSLESS)
1366 else if (ctx->flags & NVENC_LOWLATENCY)
1451 if (avctx->flags & AV_CODEC_FLAG_INTERLACED_DCT) {
1780 if (avctx->flags & AV_CODEC_FLAG_GLOBAL_HEADER) {
2121 pkt->flags |= AV_PKT_FLAG_KEY;
2408 if (avctx->flags & AV_CODEC_FLAG_INTERLACED_DCT) {