HomeSort by relevance Sort by last modified time
    Searched refs:ProfileLevel (Results 1 - 6 of 6) sorted by null

  /frameworks/av/media/libmedia/include/media/
MediaCodecInfo.h 46 struct ProfileLevel {
49 bool operator <(const ProfileLevel &o) const {
78 void getSupportedProfileLevels(Vector<ProfileLevel> *profileLevels) const;
100 Vector<ProfileLevel> mProfileLevels;
101 SortedVector<ProfileLevel> mProfileLevelsSorted;
  /frameworks/av/media/libmedia/
MediaCodecInfo.cpp 41 Vector<ProfileLevel> *profileLevels) const {
66 ProfileLevel profileLevel;
67 profileLevel.mProfile = static_cast<uint32_t>(parcel.readInt32());
68 profileLevel.mLevel = static_cast<uint32_t>(parcel.readInt32());
70 caps->mProfileLevels.push_back(profileLevel);
125 ProfileLevel profileLevel;
126 profileLevel.mProfile = profile;
127 profileLevel.mLevel = level
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4lib_int.h 227 Int ProfileLevel[2]; /* Profile and Level for encoding purposes */
mp4enc_api.cpp     [all...]
  /frameworks/av/cmds/stagefright/
stagefright.cpp 733 Vector<MediaCodecInfo::ProfileLevel> profileLevels;
735 for (const MediaCodecInfo::ProfileLevel &pl : profileLevels) {
    [all...]
  /frameworks/av/media/codec2/core/include/
C2Config.h     [all...]

Completed in 226 milliseconds