Home | History | Annotate | Download | only in libstagefright

Lines Matching refs:eLevel

1115         int32_t supportedLevel = static_cast<int32_t>(param.eLevel);
1161 defaultProfileLevel.mLevel = h263type.eLevel;
1165 h263type.eLevel = static_cast<OMX_VIDEO_H263LEVELTYPE>(profileLevel.mLevel);
1218 defaultProfileLevel.mLevel = mpeg4type.eLevel;
1222 mpeg4type.eLevel = static_cast<OMX_VIDEO_MPEG4LEVELTYPE>(profileLevel.mLevel);
1262 defaultProfileLevel.mLevel = h264type.eLevel;
1266 h264type.eLevel = static_cast<OMX_VIDEO_AVCLEVELTYPE>(profileLevel.mLevel);
3691 profileLevel.mLevel = param.eLevel;