Lines Matching refs:profile

50 /* MPEG4 profile and level table*/
53 /*max mb per frame, max mb per sec, max bitrate, level, profile*/
72 /* H264 profile and level table*/
75 /*max mb per frame, max mb per sec, max bitrate, level, profile*/
120 /* H263 profile and level table*/
123 /*max mb per frame, max mb per sec, max bitrate, level, profile*/
256 codec_profile.profile = VEN_PROFILE_MPEG4_SP;
265 codec_profile.profile = VEN_PROFILE_H263_BASELINE;
274 codec_profile.profile = VEN_PROFILE_H264_BASELINE;
1179 __func__, codec_profile.profile, profile_level.level);
1192 if((codec_profile.profile == VEN_PROFILE_MPEG4_SP) ||
1193 (codec_profile.profile == VEN_PROFILE_H264_BASELINE) ||
1194 (codec_profile.profile == VEN_PROFILE_H263_BASELINE))
1413 m_sVenc_cfg.codectype, codec_profile.profile, profile_level.level);
1883 requested_profile.profile = VEN_PROFILE_MPEG4_SP;
1890 requested_profile.profile = VEN_PROFILE_MPEG4_ASP;
1897 DEBUG_PRINT_LOW("\nERROR: Unsupported MPEG4 profile = %u",
1909 if(requested_profile.profile == VEN_PROFILE_MPEG4_ASP)
1911 if(requested_profile.profile == VEN_PROFILE_MPEG4_SP)
1935 if((requested_profile.profile == VEN_PROFILE_MPEG4_SP) && (mb_per_frame >= profile_tbl[0]) &&
1958 requested_profile.profile = VEN_PROFILE_H263_BASELINE;
1962 DEBUG_PRINT_LOW("\nERROR: Unsupported H.263 profile = %u",
1963 requested_profile.profile);
1966 //profile level
2002 requested_profile.profile = VEN_PROFILE_H264_BASELINE;
2006 requested_profile.profile = VEN_PROFILE_H264_MAIN;
2010 requested_profile.profile = VEN_PROFILE_H264_HIGH;
2014 DEBUG_PRINT_LOW("\nERROR: Unsupported H.264 profile = %u",
2015 requested_profile.profile);
2018 //profile level
2070 DEBUG_PRINT_ERROR("\nERROR: Request for setting profile failed");
2073 codec_profile.profile = requested_profile.profile;
2083 DEBUG_PRINT_ERROR("\nERROR: Request for setting profile level failed");
2123 if((codec_profile.profile == VEN_PROFILE_MPEG4_ASP) ||
2124 (codec_profile.profile == VEN_PROFILE_H264_MAIN) ||
2125 (codec_profile.profile == VEN_PROFILE_H264_HIGH))
2174 if(enable &&(codec_profile.profile != VEN_PROFILE_H264_BASELINE)){
2550 switch(codec_profile.profile)
2569 //profile level
2599 if(codec_profile.profile == VEN_PROFILE_H263_BASELINE)
2642 switch(codec_profile.profile)
2718 DEBUG_PRINT_LOW("\n Init profile table for respective codec");
2719 //validate the ht,width,fps,bitrate and set the appropriate profile and level
2730 switch(codec_profile.profile)
2761 DEBUG_PRINT_LOW("\n Unsupported MPEG4 profile type %lu", *eProfile);
2775 switch(codec_profile.profile)
2814 DEBUG_PRINT_LOW("\n Unsupported AVC profile type %lu", *eProfile);
2828 switch(codec_profile.profile)
2851 DEBUG_PRINT_LOW("\n Unsupported H.263 profile type %lu", *eProfile);
2866 if(codec_profile.profile == VEN_PROFILE_MPEG4_ASP)
2868 if(codec_profile.profile == VEN_PROFILE_MPEG4_SP)
2872 new_profile = codec_profile.profile;
2889 DEBUG_PRINT_LOW("\n Appropriate profile/level found %d/%d\n", new_profile, new_level);
2899 DEBUG_PRINT_LOW("\n ERROR: Unsupported profile/level\n");
2932 DEBUG_PRINT_ERROR("Unsupported MPEG4 profile type %lu", m_eProfile);
2953 DEBUG_PRINT_ERROR("Unsupported AVC profile type %lu", m_eProfile);
2965 DEBUG_PRINT_ERROR("Unsupported H.263 profile type %lu", m_eProfile);