Home | History | Annotate | Download | only in src

Lines Matching refs:profile_level

366         profile_level.level = VEN_LEVEL_MPEG4_2;
370 profile_level.level = VEN_LEVEL_H263_20;
376 profile_level.level = VEN_LEVEL_H264_1p1;
1032 OMX_VIDEO_PARAM_PROFILELEVELTYPE *profile_level =
1035 if (profile_level->nPortIndex == (OMX_U32) PORT_INDEX_OUT) {
1039 if (!venc_set_profile_level (profile_level->eProfile,
1040 profile_level->eLevel)) {
1378 __func__, codec_profile.profile, profile_level.level);
1620 m_sVenc_cfg.codectype, codec_profile.profile, profile_level.level);
2307 profile_level.level = requested_level.level;
2309 DEBUG_PRINT_HIGH("Set codec level = 0x%x", profile_level.level);
2620 DEBUG_PRINT_LOW("Calling set level (Bitrate) with %d",profile_level.level);
2653 DEBUG_PRINT_LOW("Calling set level (Framerate) with %d",profile_level.level);
2776 switch (profile_level.level) {
2809 switch (profile_level.level) {
2860 switch (profile_level.level) {
3025 profile_level.level = VEN_LEVEL_MPEG4_5;
3028 profile_level.level = VEN_LEVEL_MPEG4_6;
3031 new_level = profile_level.level;