Home | History | Annotate | Download | only in src

Lines Matching refs:profile_level

282     profile_level.level = V4L2_MPEG_VIDEO_MPEG4_LEVEL_2;
291 profile_level.level = VEN_LEVEL_H263_20;
300 profile_level.level = V4L2_MPEG_VIDEO_H264_LEVEL_1_0;
990 OMX_VIDEO_PARAM_PROFILELEVELTYPE *profile_level =
992 if(profile_level->nPortIndex == (OMX_U32) PORT_INDEX_OUT)
996 if(!venc_set_profile_level (profile_level->eProfile,
997 profile_level->eLevel))
1192 __func__, codec_profile.profile, profile_level.level);
1364 m_sVenc_cfg.codectype, codec_profile.profile, profile_level.level);
2049 profile_level.level = control.value;
2459 DEBUG_PRINT_HIGH("Calling set level (Bitrate) with %d\n",profile_level.level);
2493 DEBUG_PRINT_HIGH("Calling set level (Framerate) with %d\n",profile_level.level);
2620 switch(profile_level.level)
2660 switch(profile_level.level)
2728 switch(profile_level.level)
2955 profile_level.level = V4L2_MPEG_VIDEO_MPEG4_LEVEL_5;
2957 profile_level.level = V4L2_MPEG_VIDEO_MPEG4_LEVEL_5;
2959 new_level = profile_level.level;