Home | History | Annotate | Download | only in libmedia

Lines Matching refs:ProfileLevel

32         Vector<ProfileLevel> *profileLevels) const {
62 ProfileLevel profileLevel;
63 profileLevel.mProfile = static_cast<uint32_t>(parcel.readInt32());
64 profileLevel.mLevel = static_cast<uint32_t>(parcel.readInt32());
66 caps->mProfileLevels.push_back(profileLevel);
105 ProfileLevel profileLevel;
106 profileLevel.mProfile = profile;
107 profileLevel.mLevel = level;
108 mProfileLevels.push_back(profileLevel);