Home | History | Annotate | Download | only in libstagefright

Lines Matching refs:mProfile

1093             defaultProfileLevel.mProfile, defaultProfileLevel.mLevel);
1098 profile = defaultProfileLevel.mProfile;
1126 profileLevel.mProfile = profile;
1162 defaultProfileLevel.mProfile = h263type.eProfile;
1166 h263type.eProfile = static_cast<OMX_VIDEO_H263PROFILETYPE>(profileLevel.mProfile);
1219 defaultProfileLevel.mProfile = mpeg4type.eProfile;
1223 mpeg4type.eProfile = static_cast<OMX_VIDEO_MPEG4PROFILETYPE>(profileLevel.mProfile);
1263 defaultProfileLevel.mProfile = h264type.eProfile;
1267 h264type.eProfile = static_cast<OMX_VIDEO_AVCPROFILETYPE>(profileLevel.mProfile);
3690 profileLevel.mProfile = param.eProfile;