Lines Matching defs:profile
1356 avio_w8(pb, st->codecpar->profile); // AVC Profile
1396 int profile_and_level = (st->codecpar->profile<<4) | st->codecpar->level;
1404 // profile and level
1406 if (!st->codecpar->profile)
2005 int profile;
2020 int i, profile;
2025 profile = st->codecpar->profile;
2027 if (profile == mxf_prores_codec_uls[i].profile) {
2173 av_log(s, AV_LOG_ERROR, "source marked as interlaced but codec profile is progressive\n");
2202 uint8_t profile;
2319 st->codecpar->profile = mxf_h264_codec_uls[i].profile;
2327 mxf_h264_codec_uls[i].profile == sps->profile_idc &&
2331 st->codecpar->profile = sps->profile_idc;
2338 av_log(s, AV_LOG_ERROR, "h264 profile not supported\n");
2363 if (par->profile == 4) { // Main
2370 } else if (par->profile == 0) { // 422
2390 st->codecpar->profile = pkt->data[i+1] & 0x07;
2934 av_log(s, AV_LOG_ERROR, "could not get mpeg2 profile and level\n");
2939 av_log(s, AV_LOG_ERROR, "could not get dnxhd profile\n");
2944 av_log(s, AV_LOG_ERROR, "could not get prores profile\n");
2949 av_log(s, AV_LOG_ERROR, "could not get dv profile\n");
2954 av_log(s, AV_LOG_ERROR, "could not get h264 profile\n");