Lines Matching defs:profile
36 int profile;
275 se->profile_and_level_indication = avctx->profile << 4 | avctx->level;
598 if (avctx->profile == FF_PROFILE_UNKNOWN)
599 avctx->profile = priv->profile;
645 { "profile", "Set profile (in profile_and_level_indication)",
646 OFFSET(profile), AV_OPT_TYPE_INT,
647 { .i64 = FF_PROFILE_UNKNOWN }, FF_PROFILE_UNKNOWN, 7, FLAGS, "profile" },
650 { .i64 = value }, 0, 0, FLAGS, "profile"