Home
last modified time | relevance | path

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

/frameworks/wilhelm/src/android/
DVideoCodec_to_android.cpp84 Vector<CodecProfileLevel> &profileLevels = in android_videoCodec_expose() local
89 for (size_t i = 0, size = profileLevels.size(); i < size; ) { in android_videoCodec_expose()
90 CodecProfileLevel profileLevel = profileLevels.itemAt(i); in android_videoCodec_expose()
97 profileLevels.removeAt(i); in android_videoCodec_expose()
103 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.cpp34 Vector<ProfileLevel> *profileLevels) const { in getSupportedProfileLevels()
35 profileLevels->clear(); in getSupportedProfileLevels()
36 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.h37 const CodecProfileLevel *profileLevels,
DSoftMPEG4Encoder.cpp64 const CodecProfileLevel *profileLevels, in SoftMPEG4Encoder() argument
71 profileLevels, numProfileLevels, in SoftMPEG4Encoder()
/frameworks/base/media/java/android/media/
DMediaCodecInfo.java160 public CodecProfileLevel[] profileLevels; // NOTE this array is modifiable by user field in MediaCodecInfo.CodecCapabilities
408 Arrays.copyOf(profileLevels, profileLevels.length), in dup()
454 profileLevels = profLevs; in CodecCapabilities()
1388 CodecProfileLevel[] profileLevels = mParent.profileLevels; in applyLevelLimits() local
1396 for (CodecProfileLevel profileLevel: profileLevels) { in applyLevelLimits()
1481 for (CodecProfileLevel profileLevel: profileLevels) { in applyLevelLimits()
1582 for (CodecProfileLevel profileLevel: profileLevels) { in applyLevelLimits()
1651 for (CodecProfileLevel profileLevel: profileLevels) { in applyLevelLimits()
1683 for (CodecProfileLevel profileLevel: profileLevels) { in applyLevelLimits()
1930 for (CodecProfileLevel pl: mParent.profileLevels) { in supports()
/frameworks/av/include/media/
DMediaCodecInfo.h45 void getSupportedProfileLevels(Vector<ProfileLevel> *profileLevels) const;
/frameworks/av/media/libstagefright/include/
DSoftVideoDecoderOMXComponent.h37 const CodecProfileLevel *profileLevels,
DSoftVideoEncoderOMXComponent.h35 const CodecProfileLevel *profileLevels,
/frameworks/av/media/libstagefright/
DMediaCodecList.cpp157 Vector<MediaCodecInfo::ProfileLevel> profileLevels; in parseTopLevelXMLFile() local
158 caps->getSupportedProfileLevels(&profileLevels); in parseTopLevelXMLFile()
160 for (size_t ix = 0; ix < profileLevels.size(); ix++) { in parseTopLevelXMLFile()
165 profileLevels.itemAt(ix); in parseTopLevelXMLFile()
/frameworks/av/media/libstagefright/omx/
DSoftVideoDecoderOMXComponent.cpp47 const CodecProfileLevel *profileLevels, in SoftVideoDecoderOMXComponent() argument
69 mProfileLevels(profileLevels), in SoftVideoDecoderOMXComponent()
DSoftVideoEncoderOMXComponent.cpp58 const CodecProfileLevel *profileLevels, in SoftVideoEncoderOMXComponent() argument
77 mProfileLevels(profileLevels), in SoftVideoEncoderOMXComponent()
/frameworks/base/api/
Dsystem-current.txt15672 field public android.media.MediaCodecInfo.CodecProfileLevel[] profileLevels;
Dcurrent.txt14649 field public android.media.MediaCodecInfo.CodecProfileLevel[] profileLevels;