Searched refs:profileLevels (Results 1 - 10 of 10) sorted by relevance

/frameworks/wilhelm/src/android/
H A DVideoCodec_to_android.cpp84 Vector<CodecProfileLevel> &profileLevels = local
89 for (size_t i = 0, size = profileLevels.size(); i < size; ) {
90 CodecProfileLevel profileLevel = profileLevels.itemAt(i);
97 profileLevels.removeAt(i);
103 if ((VideoDecoderNbProfLevel[m] = profileLevels.size()) > 0) {
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
H A DSoftMPEG4.h31 const CodecProfileLevel *profileLevels,
H A DSoftMPEG4.cpp55 const CodecProfileLevel *profileLevels,
61 name, componentRole, codingType, profileLevels, numProfileLevels,
51 SoftMPEG4( const char *name, const char *componentRole, OMX_VIDEO_CODINGTYPE codingType, const CodecProfileLevel *profileLevels, size_t numProfileLevels, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
/frameworks/base/media/jni/
H A Dandroid_media_MediaCodecList.cpp171 Vector<MediaCodecInfo::ProfileLevel> profileLevels; local
188 capabilities->getSupportedProfileLevels(&profileLevels);
213 env->NewObjectArray(profileLevels.size(), profileLevelClazz, NULL);
221 for (size_t i = 0; i < profileLevels.size(); ++i) {
222 const MediaCodecInfo::ProfileLevel &src = profileLevels.itemAt(i);
/frameworks/av/include/media/
H A DMediaCodecInfo.h45 void getSupportedProfileLevels(Vector<ProfileLevel> *profileLevels) const;
/frameworks/av/media/libstagefright/include/
H A DSoftVideoDecoderOMXComponent.h37 const CodecProfileLevel *profileLevels,
/frameworks/av/media/libmedia/
H A DMediaCodecInfo.cpp34 Vector<ProfileLevel> *profileLevels) const {
35 profileLevels->clear();
36 profileLevels->appendVector(mProfileLevels);
/frameworks/base/media/java/android/media/
H A DMediaCodecInfo.java159 public CodecProfileLevel[] profileLevels; // NOTE this array is modifiable by user field in class:MediaCodecInfo.CodecCapabilities
407 Arrays.copyOf(profileLevels, profileLevels.length),
453 profileLevels = profLevs;
1371 CodecProfileLevel[] profileLevels = mParent.profileLevels;
1379 for (CodecProfileLevel profileLevel: profileLevels) {
1464 for (CodecProfileLevel profileLevel: profileLevels) {
1565 for (CodecProfileLevel profileLevel: profileLevels) {
1634 for (CodecProfileLevel profileLevel: profileLevels) {
[all...]
/frameworks/av/media/libstagefright/
H A DMediaCodecList.cpp146 Vector<MediaCodecInfo::ProfileLevel> profileLevels; local
147 caps->getSupportedProfileLevels(&profileLevels);
149 for (size_t ix = 0; ix < profileLevels.size(); ix++) {
154 profileLevels.itemAt(ix);
/frameworks/av/media/libstagefright/omx/
H A DSoftVideoDecoderOMXComponent.cpp46 const CodecProfileLevel *profileLevels,
66 mProfileLevels(profileLevels),
42 SoftVideoDecoderOMXComponent( const char *name, const char *componentRole, OMX_VIDEO_CODINGTYPE codingType, const CodecProfileLevel *profileLevels, size_t numProfileLevels, int32_t width, int32_t height, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument

Completed in 690 milliseconds