Home | History | Annotate | Download | only in src

Lines Matching refs:profile_level

1136         profile_level.level = V4L2_MPEG_VIDEO_MPEG4_LEVEL_2;
1142 profile_level.level = VEN_LEVEL_H263_20;
1148 profile_level.level = V4L2_MPEG_VIDEO_H264_LEVEL_1_0;
1154 profile_level.level = V4L2_MPEG_VIDC_VIDEO_VP8_VERSION_0;
1162 profile_level.level = V4L2_MPEG_VIDC_VIDEO_HEVC_LEVEL_MAIN_TIER_LEVEL_1;
1989 OMX_VIDEO_PARAM_PROFILELEVELTYPE *profile_level =
1992 if (profile_level->nPortIndex == (OMX_U32) PORT_INDEX_OUT) {
1995 rc_off_level = (int)profile_level->eLevel;
1996 if (!venc_set_profile_level (profile_level->eProfile,
1997 profile_level->eLevel)) {
2953 __func__, codec_profile.profile, profile_level.level);
3084 codec_as_string(m_sVenc_cfg.codectype), codec_profile.profile, profile_level.level);
4813 profile_level.level = control.value;
5281 DEBUG_PRINT_HIGH("Calling set level (Bitrate) with %lu",profile_level.level);
5332 DEBUG_PRINT_HIGH("Calling set level (Framerate) with %lu",profile_level.level);
5737 __func__, codec_profile.profile, profile_level.level);
6531 switch (profile_level.level) {
6566 switch (profile_level.level) {
6635 switch (profile_level.level) {
6707 switch (profile_level.level) {
6736 switch (profile_level.level) {
6962 switch (profile_level.level) {
7017 profile_level.level = V4L2_MPEG_VIDEO_MPEG4_LEVEL_5;
7020 profile_level.level = V4L2_MPEG_VIDEO_MPEG4_LEVEL_5;
7023 new_level = profile_level.level;