Home | History | Annotate | Download | only in src

Lines Matching refs:profile_level

1316         profile_level.level = V4L2_MPEG_VIDEO_MPEG4_LEVEL_2;
1322 profile_level.level = VEN_LEVEL_H263_20;
1328 profile_level.level = V4L2_MPEG_VIDEO_H264_LEVEL_1_0;
1334 profile_level.level = V4L2_MPEG_VIDC_VIDEO_VP8_VERSION_0;
1342 profile_level.level = V4L2_MPEG_VIDC_VIDEO_HEVC_LEVEL_MAIN_TIER_LEVEL_1;
2217 OMX_VIDEO_PARAM_PROFILELEVELTYPE *profile_level =
2220 if (profile_level->nPortIndex == (OMX_U32) PORT_INDEX_OUT) {
2223 rc_off_level = (int)profile_level->eLevel;
2224 if (!venc_set_profile_level (profile_level->eProfile,
2225 profile_level->eLevel)) {
3319 __func__, codec_profile.profile, profile_level.level);
3464 codec_as_string(m_sVenc_cfg.codectype), codec_profile.profile, profile_level.level);
5392 profile_level.level = control.value;
5874 DEBUG_PRINT_HIGH("Calling set level (Bitrate) with %lu",profile_level.level);
5931 DEBUG_PRINT_HIGH("Calling set level (Framerate) with %lu",profile_level.level);
6341 __func__, codec_profile.profile, profile_level.level);
6605 profile_level.level);
7352 switch (profile_level.level) {
7387 switch (profile_level.level) {
7456 switch (profile_level.level) {
7528 switch (profile_level.level) {
7557 switch (profile_level.level) {
7783 switch (profile_level.level) {
7835 profile_level.level = V4L2_MPEG_VIDEO_MPEG4_LEVEL_5;
7838 profile_level.level = V4L2_MPEG_VIDEO_MPEG4_LEVEL_5;
7841 new_level = profile_level.level;