Lines Matching defs:profile
68 int profile;
306 ptl->general_profile_idc = avctx->profile;
1266 ctx->roi_quant_range = 51 + 6 * (ctx->profile->depth - 8);
1325 if (avctx->profile == FF_PROFILE_UNKNOWN)
1326 avctx->profile = priv->profile;
1369 { "profile", "Set profile (general_profile_idc)",
1370 OFFSET(profile), AV_OPT_TYPE_INT,
1371 { .i64 = FF_PROFILE_UNKNOWN }, FF_PROFILE_UNKNOWN, 0xff, FLAGS, "profile" },
1374 { .i64 = value }, 0, 0, FLAGS, "profile"