/frameworks/wilhelm/src/android/ |
D | VideoCodec_to_android.cpp | 91 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/ |
D | android_media_MediaCodecList.cpp | 246 Vector<MediaCodecInfo::ProfileLevel> profileLevels; in android_media_MediaCodecList_getCodecCapabilities() local 263 capabilities->getSupportedProfileLevels(&profileLevels); in android_media_MediaCodecList_getCodecCapabilities() 287 env->NewObjectArray(profileLevels.size(), profileLevelClazz, NULL); in android_media_MediaCodecList_getCodecCapabilities() 295 for (size_t i = 0; i < profileLevels.size(); ++i) { in android_media_MediaCodecList_getCodecCapabilities() 296 const MediaCodecInfo::ProfileLevel &src = profileLevels.itemAt(i); in android_media_MediaCodecList_getCodecCapabilities()
|
D | android_media_MediaCodec.cpp | 648 Vector<MediaCodecInfo::ProfileLevel> profileLevels; in getCodecCapabilitiesObject() local 655 capabilities->getSupportedProfileLevels(&profileLevels); in getCodecCapabilitiesObject() 671 profileLevels.size(), gCodecInfo.profileLevelClazz, NULL)); in getCodecCapabilitiesObject() 673 for (size_t i = 0; i < profileLevels.size(); ++i) { in getCodecCapabilitiesObject() 674 const MediaCodecInfo::ProfileLevel &src = profileLevels.itemAt(i); in getCodecCapabilitiesObject()
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/ |
D | SoftMPEG4.h | 31 const CodecProfileLevel *profileLevels,
|
D | SoftMPEG4.cpp | 47 const CodecProfileLevel *profileLevels, in SoftMPEG4() argument 53 name, componentRole, codingType, profileLevels, numProfileLevels, in SoftMPEG4()
|
/frameworks/av/media/libmedia/ |
D | MediaCodecInfo.cpp | 41 Vector<ProfileLevel> *profileLevels) const { in getSupportedProfileLevels() 42 profileLevels->clear(); in getSupportedProfileLevels() 43 profileLevels->appendVector(mProfileLevels); in getSupportedProfileLevels()
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/ |
D | SoftMPEG4Encoder.h | 35 const CodecProfileLevel *profileLevels,
|
D | SoftMPEG4Encoder.cpp | 65 const CodecProfileLevel *profileLevels, in SoftMPEG4Encoder() argument 72 profileLevels, numProfileLevels, in SoftMPEG4Encoder()
|
/frameworks/base/media/java/android/media/ |
D | MediaCodecInfo.java | 232 public CodecProfileLevel[] profileLevels; // NOTE this array is modifiable by user field in MediaCodecInfo.CodecCapabilities 754 for (CodecProfileLevel pl : profileLevels) { in isFormatSupported() 802 for (CodecProfileLevel pl: profileLevels) { in supportsProfileLevel() 929 caps.profileLevels = Arrays.copyOf(profileLevels, profileLevels.length); in dup() 1001 profileLevels = profLevs; in CodecCapabilities() 2564 CodecProfileLevel[] profileLevels = mParent.profileLevels; 2572 for (CodecProfileLevel profileLevel: profileLevels) { 2665 for (CodecProfileLevel profileLevel: profileLevels) { 2733 for (CodecProfileLevel profileLevel: profileLevels) { 2846 for (CodecProfileLevel profileLevel: profileLevels) { [all …]
|
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/ |
D | SoftVideoEncoderOMXComponent.h | 36 const CodecProfileLevel *profileLevels,
|
D | SoftVideoDecoderOMXComponent.h | 44 const CodecProfileLevel *profileLevels,
|
/frameworks/av/media/libstagefright/codecs/on2/enc/ |
D | SoftVPXEncoder.h | 69 const CodecProfileLevel *profileLevels,
|
D | SoftVPXEncoder.cpp | 69 const CodecProfileLevel *profileLevels, in SoftVPXEncoder() argument 72 name, role, codingType, profileLevels, numProfileLevels, in SoftVPXEncoder()
|
/frameworks/av/media/libmedia/include/media/ |
D | MediaCodecInfo.h | 78 void getSupportedProfileLevels(Vector<ProfileLevel> *profileLevels) const;
|
/frameworks/av/cmds/stagefright/ |
D | stagefright.cpp | 732 Vector<MediaCodecInfo::ProfileLevel> profileLevels; in dumpCodecDetails() local 733 caps->getSupportedProfileLevels(&profileLevels); in dumpCodecDetails() 734 for (const MediaCodecInfo::ProfileLevel &pl : profileLevels) { in dumpCodecDetails()
|
/frameworks/av/media/libstagefright/omx/ |
D | SoftVideoEncoderOMXComponent.cpp | 61 const CodecProfileLevel *profileLevels, in SoftVideoEncoderOMXComponent() argument 79 mProfileLevels(profileLevels), in SoftVideoEncoderOMXComponent()
|
D | SoftVideoDecoderOMXComponent.cpp | 47 const CodecProfileLevel *profileLevels, in SoftVideoDecoderOMXComponent() argument 71 mProfileLevels(profileLevels), in SoftVideoDecoderOMXComponent()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 14647 field public android.media.MediaCodecInfo.CodecProfileLevel[] profileLevels;
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 24655 field public android.media.MediaCodecInfo.CodecProfileLevel[] profileLevels;
|
/frameworks/base/api/ |
D | current.txt | 24655 field public android.media.MediaCodecInfo.CodecProfileLevel[] profileLevels;
|