Home | History | Annotate | Download | only in src

Lines Matching refs:profile_level

365         profile_level.level = VEN_LEVEL_MPEG4_2;
369 profile_level.level = VEN_LEVEL_H263_20;
375 profile_level.level = VEN_LEVEL_H264_1p1;
1031 OMX_VIDEO_PARAM_PROFILELEVELTYPE *profile_level =
1034 if (profile_level->nPortIndex == (OMX_U32) PORT_INDEX_OUT) {
1038 if (!venc_set_profile_level (profile_level->eProfile,
1039 profile_level->eLevel)) {
1377 __func__, codec_profile.profile, profile_level.level);
1619 m_sVenc_cfg.codectype, codec_profile.profile, profile_level.level);
2306 profile_level.level = requested_level.level;
2308 DEBUG_PRINT_HIGH("Set codec level = 0x%x", profile_level.level);
2619 DEBUG_PRINT_LOW("Calling set level (Bitrate) with %d",profile_level.level);
2652 DEBUG_PRINT_LOW("Calling set level (Framerate) with %d",profile_level.level);
2775 switch (profile_level.level) {
2808 switch (profile_level.level) {
2859 switch (profile_level.level) {
3022 profile_level.level = VEN_LEVEL_MPEG4_5;
3025 profile_level.level = VEN_LEVEL_MPEG4_6;
3028 new_level = profile_level.level;