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

  /frameworks/av/media/libmedia/include/media/
MediaCodecInfo.h 40 struct ProfileLevel {
57 void getSupportedProfileLevels(Vector<ProfileLevel> *profileLevels) const;
63 Vector<ProfileLevel> mProfileLevels;
  /frameworks/wilhelm/src/android/
VideoCodec_to_android.cpp 40 Vector<MediaCodecInfo::ProfileLevel> mProfileLevels;
90 Vector<MediaCodecInfo::ProfileLevel> &profileLevels =
97 MediaCodecInfo::ProfileLevel profileLevel = profileLevels.itemAt(i);
98 if (profileLevel.mProfile == XA_VIDEOPROFILE_AVC_BASELINE) {
  /frameworks/av/include/media/vndk/xmlparser/1.0/
MediaCodecsXmlParser.h 53 struct ProfileLevel {
60 std::vector<ProfileLevel> mProfileLevels;
  /frameworks/av/media/libmedia/
MediaCodecInfo.cpp 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
    [all...]
  /frameworks/base/media/jni/
android_media_MediaCodecList.cpp 171 Vector<MediaCodecInfo::ProfileLevel> profileLevels;
222 const MediaCodecInfo::ProfileLevel &src = profileLevels.itemAt(i);
  /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 661 Vector<MediaCodecInfo::ProfileLevel> profileLevels;
669 const MediaCodecInfo::ProfileLevel &profileLevel = profileLevels[j];
672 profileLevel.mProfile, profileLevel.mLevel);
    [all...]
  /frameworks/av/media/libstagefright/
MediaCodecList.cpp 293 Vector<MediaCodecInfo::ProfileLevel> profileLevels;
300 const MediaCodecInfo::ProfileLevel &pl =
    [all...]

Completed in 736 milliseconds