Home | History | Annotate | Download | only in libstagefright

Lines Matching refs:eProfile

979         int32_t supportedProfile = static_cast<int32_t>(param.eProfile);
1025 defaultProfileLevel.mProfile = h263type.eProfile;
1029 h263type.eProfile = static_cast<OMX_VIDEO_H263PROFILETYPE>(profileLevel.mProfile);
1082 defaultProfileLevel.mProfile = mpeg4type.eProfile;
1086 mpeg4type.eProfile = static_cast<OMX_VIDEO_MPEG4PROFILETYPE>(profileLevel.mProfile);
1119 defaultProfileLevel.mProfile = h264type.eProfile;
1123 h264type.eProfile = static_cast<OMX_VIDEO_AVCPROFILETYPE>(profileLevel.mProfile);
1127 if (h264type.eProfile != OMX_VIDEO_AVCProfileBaseline) {
1129 h264type.eProfile);
1130 h264type.eProfile = OMX_VIDEO_AVCProfileBaseline;
1133 if (h264type.eProfile == OMX_VIDEO_AVCProfileBaseline) {
4579 profileLevel.mProfile = param.eProfile;