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

  /frameworks/av/include/media/
MediaCodecInfo.h 39 struct ProfileLevel {
45 void getSupportedProfileLevels(Vector<ProfileLevel> *profileLevels) const;
51 Vector<ProfileLevel> mProfileLevels;
  /frameworks/av/media/libmedia/
MediaCodecInfo.cpp 34 Vector<ProfileLevel> *profileLevels) const {
64 ProfileLevel profileLevel;
65 profileLevel.mProfile = static_cast<uint32_t>(parcel.readInt32());
66 profileLevel.mLevel = static_cast<uint32_t>(parcel.readInt32());
68 caps->mProfileLevels.push_back(profileLevel);
224 ProfileLevel profileLevel;
225 profileLevel.mProfile = src.mProfile;
226 profileLevel.mLevel = src.mLevel
    [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/
MediaCodecList.cpp 146 Vector<MediaCodecInfo::ProfileLevel> profileLevels;
153 const MediaCodecInfo::ProfileLevel &pl =
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4lib_int.h 226 Int ProfileLevel[2]; /* Profile and Level for encoding purposes */
mp4enc_api.cpp     [all...]

Completed in 391 milliseconds