Lines Matching refs:profile

59 /* MPEG4 profile and level table*/
61 /*max mb per frame, max mb per sec, max bitrate, level, profile*/
84 /* H264 profile and level table*/
86 /*max mb per frame, max mb per sec, max bitrate, level, profile*/
143 /* H263 profile and level table*/
145 /*max mb per frame, max mb per sec, max bitrate, level, profile*/
559 codec_profile.profile = V4L2_MPEG_VIDEO_MPEG4_PROFILE_SIMPLE;
566 codec_profile.profile = VEN_PROFILE_H263_BASELINE;
573 codec_profile.profile = V4L2_MPEG_VIDEO_H264_PROFILE_BASELINE;
580 codec_profile.profile = V4L2_MPEG_VIDC_VIDEO_VP8_UNUSED;
1562 __func__, codec_profile.profile, profile_level.level);
1607 m_sVenc_cfg.codectype, codec_profile.profile, profile_level.level);
2112 if ((codec_profile.profile == V4L2_MPEG_VIDEO_H264_PROFILE_MAIN) ||
2113 (codec_profile.profile == V4L2_MPEG_VIDEO_H264_PROFILE_HIGH)) {
2162 requested_profile.profile = V4L2_MPEG_VIDEO_MPEG4_PROFILE_SIMPLE;
2164 requested_profile.profile = V4L2_MPEG_VIDEO_MPEG4_PROFILE_ADVANCED_SIMPLE;
2166 DEBUG_PRINT_LOW("\nERROR: Unsupported MPEG4 profile = %u",
2177 if (requested_profile.profile == V4L2_MPEG_VIDEO_MPEG4_PROFILE_ADVANCED_SIMPLE)
2180 if (requested_profile.profile == V4L2_MPEG_VIDEO_MPEG4_PROFILE_SIMPLE)
2215 requested_profile.profile = V4L2_MPEG_VIDC_VIDEO_H263_PROFILE_BASELINE;
2218 requested_profile.profile = V4L2_MPEG_VIDC_VIDEO_H263_PROFILE_H320CODING;
2221 requested_profile.profile = V4L2_MPEG_VIDC_VIDEO_H263_PROFILE_BACKWARDCOMPATIBLE;
2224 requested_profile.profile = V4L2_MPEG_VIDC_VIDEO_H263_PROFILE_ISWV2;
2227 requested_profile.profile = V4L2_MPEG_VIDC_VIDEO_H263_PROFILE_ISWV3;
2230 requested_profile.profile = V4L2_MPEG_VIDC_VIDEO_H263_PROFILE_HIGHCOMPRESSION;
2233 requested_profile.profile = V4L2_MPEG_VIDC_VIDEO_H263_PROFILE_INTERNET;
2236 requested_profile.profile = V4L2_MPEG_VIDC_VIDEO_H263_PROFILE_INTERLACE;
2239 requested_profile.profile = V4L2_MPEG_VIDC_VIDEO_H263_PROFILE_HIGHLATENCY;
2242 DEBUG_PRINT_LOW("\nERROR: Unsupported H.263 profile = %u",
2243 requested_profile.profile);
2247 //profile level
2279 requested_profile.profile = V4L2_MPEG_VIDEO_H264_PROFILE_BASELINE;
2281 requested_profile.profile = V4L2_MPEG_VIDEO_H264_PROFILE_MAIN;
2283 requested_profile.profile = V4L2_MPEG_VIDEO_H264_PROFILE_EXTENDED;
2285 requested_profile.profile = V4L2_MPEG_VIDEO_H264_PROFILE_HIGH;
2287 requested_profile.profile = V4L2_MPEG_VIDEO_H264_PROFILE_HIGH_10;
2289 requested_profile.profile = V4L2_MPEG_VIDEO_H264_PROFILE_HIGH_422;
2291 requested_profile.profile = V4L2_MPEG_VIDEO_H264_PROFILE_HIGH_444_PREDICTIVE;
2293 DEBUG_PRINT_LOW("\nERROR: Unsupported H.264 profile = %u",
2294 requested_profile.profile);
2298 //profile level
2356 DEBUG_PRINT_ERROR("\nERROR: Unsupported VP8 profile = %u",
2360 requested_profile.profile = V4L2_MPEG_VIDC_VIDEO_VP8_UNUSED;
2392 control.value = requested_profile.profile;
2404 codec_profile.profile = control.value;
2466 if ((codec_profile.profile != V4L2_MPEG_VIDEO_MPEG4_PROFILE_ADVANCED_SIMPLE) &&
2467 (codec_profile.profile != V4L2_MPEG_VIDEO_H264_PROFILE_MAIN) &&
2468 (codec_profile.profile != V4L2_MPEG_VIDEO_H264_PROFILE_HIGH)) {
2556 if (enable &&(codec_profile.profile != V4L2_MPEG_VIDEO_H264_PROFILE_BASELINE)) {
3019 switch (codec_profile.profile) {
3036 //profile level
3065 if (codec_profile.profile == VEN_PROFILE_H263_BASELINE) {
3103 switch (codec_profile.profile) {
3191 switch (codec_profile.profile) {
3228 DEBUG_PRINT_LOW("\n Init profile table for respective codec");
3230 //validate the ht,width,fps,bitrate and set the appropriate profile and level
3236 switch (codec_profile.profile) {
3260 DEBUG_PRINT_LOW("\n Unsupported MPEG4 profile type %lu", *eProfile);
3268 switch (codec_profile.profile) {
3310 DEBUG_PRINT_LOW("\n Unsupported AVC profile type %lu", *eProfile);
3318 switch (codec_profile.profile) {
3336 DEBUG_PRINT_LOW("\n Unsupported H.263 profile type %lu", *eProfile);
3343 switch (codec_profile.profile) {
3348 DEBUG_PRINT_ERROR("\n %s(): Unknown VP8 profile", __func__);
3375 if (codec_profile.profile == (unsigned long) V4L2_MPEG_VIDEO_MPEG4_PROFILE_ADVANCED_SIMPLE)
3378 if (codec_profile.profile == (unsigned long) V4L2_MPEG_VIDEO_MPEG4_PROFILE_SIMPLE)
3383 new_profile = codec_profile.profile;
3397 DEBUG_PRINT_LOW("\n Appropriate profile/level found %d/%d\n", new_profile, new_level);
3407 DEBUG_PRINT_LOW("\n ERROR: Unsupported profile/level\n");