Home
last modified time | relevance | path

Searched refs:profileLevels (Results 1 – 21 of 21) sorted by relevance

/frameworks/wilhelm/src/android/
DVideoCodec_to_android.cpp90 Vector<MediaCodecInfo::ProfileLevel> &profileLevels = in android_videoCodec_expose() local
92 caps->getSupportedProfileLevels(&profileLevels); in android_videoCodec_expose()
96 for (size_t i = 0, size = profileLevels.size(); i < size; ) { in android_videoCodec_expose()
97 MediaCodecInfo::ProfileLevel profileLevel = profileLevels.itemAt(i); in android_videoCodec_expose()
104 profileLevels.removeAt(i); in android_videoCodec_expose()
110 if ((VideoDecoderNbProfLevel[m] = profileLevels.size()) > 0) { in android_videoCodec_expose()
/frameworks/base/media/jni/
Dandroid_media_MediaCodecList.cpp171 Vector<MediaCodecInfo::ProfileLevel> profileLevels; in android_media_MediaCodecList_getCodecCapabilities() local
188 capabilities->getSupportedProfileLevels(&profileLevels); in android_media_MediaCodecList_getCodecCapabilities()
213 env->NewObjectArray(profileLevels.size(), profileLevelClazz, NULL); in android_media_MediaCodecList_getCodecCapabilities()
221 for (size_t i = 0; i < profileLevels.size(); ++i) { in android_media_MediaCodecList_getCodecCapabilities()
222 const MediaCodecInfo::ProfileLevel &src = profileLevels.itemAt(i); in android_media_MediaCodecList_getCodecCapabilities()
/frameworks/av/media/libmedia/
DMediaCodecInfo.cpp32 Vector<ProfileLevel> *profileLevels) const { in getSupportedProfileLevels()
33 profileLevels->clear(); in getSupportedProfileLevels()
34 profileLevels->appendVector(mProfileLevels); in getSupportedProfileLevels()
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
DSoftMPEG4.h31 const CodecProfileLevel *profileLevels,
DSoftMPEG4.cpp56 const CodecProfileLevel *profileLevels, in SoftMPEG4() argument
62 name, componentRole, codingType, profileLevels, numProfileLevels, in SoftMPEG4()
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
DSoftMPEG4Encoder.h36 const CodecProfileLevel *profileLevels,
DSoftMPEG4Encoder.cpp66 const CodecProfileLevel *profileLevels, in SoftMPEG4Encoder() argument
73 profileLevels, numProfileLevels, in SoftMPEG4Encoder()
/frameworks/base/media/java/android/media/
DMediaCodecInfo.java162 public CodecProfileLevel[] profileLevels; // NOTE this array is modifiable by user field in MediaCodecInfo.CodecCapabilities
660 for (CodecProfileLevel pl : profileLevels) { in isFormatSupported()
708 for (CodecProfileLevel pl: profileLevels) { in supportsProfileLevel()
834 Arrays.copyOf(profileLevels, profileLevels.length), in dup()
897 profileLevels = profLevs; in CodecCapabilities()
2046 CodecProfileLevel[] profileLevels = mParent.profileLevels; in applyLevelLimits() local
2054 for (CodecProfileLevel profileLevel: profileLevels) { in applyLevelLimits()
2139 for (CodecProfileLevel profileLevel: profileLevels) { in applyLevelLimits()
2207 for (CodecProfileLevel profileLevel: profileLevels) { in applyLevelLimits()
2320 for (CodecProfileLevel profileLevel: profileLevels) { in applyLevelLimits()
[all …]
/frameworks/av/cmds/stagefright/
Dstagefright.cpp661 Vector<MediaCodecInfo::ProfileLevel> profileLevels; in dumpCodecProfiles() local
662 caps->getSupportedProfileLevels(&profileLevels); in dumpCodecProfiles()
663 if (profileLevels.size() == 0) { in dumpCodecProfiles()
668 for (size_t j = 0; j < profileLevels.size(); ++j) { in dumpCodecProfiles()
669 const MediaCodecInfo::ProfileLevel &profileLevel = profileLevels[j]; in dumpCodecProfiles()
/frameworks/av/media/libstagefright/codecs/on2/enc/
DSoftVPXEncoder.h71 const CodecProfileLevel *profileLevels,
DSoftVPXEncoder.cpp68 const CodecProfileLevel *profileLevels, in SoftVPXEncoder() argument
71 name, role, codingType, profileLevels, numProfileLevels, in SoftVPXEncoder()
/frameworks/av/media/libmedia/include/media/
DMediaCodecInfo.h57 void getSupportedProfileLevels(Vector<ProfileLevel> *profileLevels) const;
/frameworks/av/media/libstagefright/include/
DSoftVideoEncoderOMXComponent.h35 const CodecProfileLevel *profileLevels,
DSoftVideoDecoderOMXComponent.h38 const CodecProfileLevel *profileLevels,
/frameworks/av/include/media/
DMediaCodecInfo.h57 void getSupportedProfileLevels(Vector<ProfileLevel> *profileLevels) const;
/frameworks/av/media/libstagefright/
DMediaCodecList.cpp293 Vector<MediaCodecInfo::ProfileLevel> profileLevels; in parseTopLevelXMLFile() local
294 caps->getSupportedProfileLevels(&profileLevels); in parseTopLevelXMLFile()
296 for (size_t ix = 0; ix < profileLevels.size(); ix++) { in parseTopLevelXMLFile()
301 profileLevels.itemAt(ix); in parseTopLevelXMLFile()
/frameworks/av/media/libstagefright/omx/
DSoftVideoDecoderOMXComponent.cpp47 const CodecProfileLevel *profileLevels, in SoftVideoDecoderOMXComponent() argument
70 mProfileLevels(profileLevels), in SoftVideoDecoderOMXComponent()
DSoftVideoEncoderOMXComponent.cpp62 const CodecProfileLevel *profileLevels, in SoftVideoEncoderOMXComponent() argument
80 mProfileLevels(profileLevels), in SoftVideoEncoderOMXComponent()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt14647 field public android.media.MediaCodecInfo.CodecProfileLevel[] profileLevels;
/frameworks/base/api/
Dcurrent.txt22045 field public android.media.MediaCodecInfo.CodecProfileLevel[] profileLevels;
Dsystem-current.txt23887 field public android.media.MediaCodecInfo.CodecProfileLevel[] profileLevels;