/frameworks/wilhelm/src/android/ |
D | VideoCodec_to_android.cpp | 84 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/ |
D | android_media_MediaCodecList.cpp | 171 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/ |
D | MediaCodecInfo.cpp | 34 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/ |
D | SoftMPEG4.h | 31 const CodecProfileLevel *profileLevels,
|
D | SoftMPEG4.cpp | 56 const CodecProfileLevel *profileLevels, in SoftMPEG4() argument 62 name, componentRole, codingType, profileLevels, numProfileLevels, in SoftMPEG4()
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/ |
D | SoftMPEG4Encoder.h | 37 const CodecProfileLevel *profileLevels,
|
D | SoftMPEG4Encoder.cpp | 64 const CodecProfileLevel *profileLevels, in SoftMPEG4Encoder() argument 71 profileLevels, numProfileLevels, in SoftMPEG4Encoder()
|
/frameworks/base/media/java/android/media/ |
D | MediaCodecInfo.java | 160 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/ |
D | MediaCodecInfo.h | 45 void getSupportedProfileLevels(Vector<ProfileLevel> *profileLevels) const;
|
/frameworks/av/media/libstagefright/include/ |
D | SoftVideoDecoderOMXComponent.h | 37 const CodecProfileLevel *profileLevels,
|
D | SoftVideoEncoderOMXComponent.h | 35 const CodecProfileLevel *profileLevels,
|
/frameworks/av/media/libstagefright/ |
D | MediaCodecList.cpp | 157 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/ |
D | SoftVideoDecoderOMXComponent.cpp | 47 const CodecProfileLevel *profileLevels, in SoftVideoDecoderOMXComponent() argument 69 mProfileLevels(profileLevels), in SoftVideoDecoderOMXComponent()
|
D | SoftVideoEncoderOMXComponent.cpp | 58 const CodecProfileLevel *profileLevels, in SoftVideoEncoderOMXComponent() argument 77 mProfileLevels(profileLevels), in SoftVideoEncoderOMXComponent()
|
/frameworks/base/api/ |
D | system-current.txt | 15672 field public android.media.MediaCodecInfo.CodecProfileLevel[] profileLevels;
|
D | current.txt | 14649 field public android.media.MediaCodecInfo.CodecProfileLevel[] profileLevels;
|