Home
last modified time | relevance | path

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

/frameworks/wilhelm/src/android/
DVideoCodec_to_android.cpp91 Vector<MediaCodecInfo::ProfileLevel> &profileLevels = in android_videoCodec_expose() local
93 caps->getSupportedProfileLevels(&profileLevels); in android_videoCodec_expose()
97 for (size_t i = 0, size = profileLevels.size(); i < size; ) { in android_videoCodec_expose()
98 MediaCodecInfo::ProfileLevel profileLevel = profileLevels.itemAt(i); in android_videoCodec_expose()
105 profileLevels.removeAt(i); in android_videoCodec_expose()
111 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.cpp48 const CodecProfileLevel *profileLevels, in SoftMPEG4() argument
54 name, componentRole, codingType, profileLevels, numProfileLevels, in SoftMPEG4()
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
DSoftMPEG4Encoder.h36 const CodecProfileLevel *profileLevels,
DSoftMPEG4Encoder.cpp65 const CodecProfileLevel *profileLevels, in SoftMPEG4Encoder() argument
72 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()
2141 for (CodecProfileLevel profileLevel: profileLevels) { in applyLevelLimits()
2209 for (CodecProfileLevel profileLevel: profileLevels) { in applyLevelLimits()
2322 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/libstagefright/omx/include/media/stagefright/omx/
DSoftVideoEncoderOMXComponent.h34 const CodecProfileLevel *profileLevels,
DSoftVideoDecoderOMXComponent.h38 const CodecProfileLevel *profileLevels,
/frameworks/av/media/libmedia/include/media/
DMediaCodecInfo.h66 void getSupportedProfileLevels(Vector<ProfileLevel> *profileLevels) const;
/frameworks/av/include/media/
DMediaCodecInfo.h66 void getSupportedProfileLevels(Vector<ProfileLevel> *profileLevels) const;
/frameworks/av/media/libstagefright/omx/
DSoftVideoDecoderOMXComponent.cpp47 const CodecProfileLevel *profileLevels, in SoftVideoDecoderOMXComponent() argument
70 mProfileLevels(profileLevels), in SoftVideoDecoderOMXComponent()
DSoftVideoEncoderOMXComponent.cpp61 const CodecProfileLevel *profileLevels, in SoftVideoEncoderOMXComponent() argument
79 mProfileLevels(profileLevels), in SoftVideoEncoderOMXComponent()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt14647 field public android.media.MediaCodecInfo.CodecProfileLevel[] profileLevels;
/frameworks/base/api/
Dcurrent.txt22149 field public android.media.MediaCodecInfo.CodecProfileLevel[] profileLevels;
Dtest-current.txt22305 field public android.media.MediaCodecInfo.CodecProfileLevel[] profileLevels;
Dsystem-current.txt24026 field public android.media.MediaCodecInfo.CodecProfileLevel[] profileLevels;