Searched defs:profileLevels (Results 1 - 8 of 8) 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.cpp56 const CodecProfileLevel *profileLevels,
62 name, componentRole, codingType, profileLevels, numProfileLevels,
52 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/av/media/libstagefright/codecs/m4v_h263/enc/
H A DSoftMPEG4Encoder.cpp64 const CodecProfileLevel *profileLevels,
71 profileLevels, numProfileLevels,
59 SoftMPEG4Encoder( const char *name, const char *componentRole, OMX_VIDEO_CODINGTYPE codingType, const char *mime, 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/media/libstagefright/omx/
H A DSoftVideoDecoderOMXComponent.cpp47 const CodecProfileLevel *profileLevels,
69 mProfileLevels(profileLevels),
43 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
H A DSoftVideoEncoderOMXComponent.cpp58 const CodecProfileLevel *profileLevels,
77 mProfileLevels(profileLevels),
54 SoftVideoEncoderOMXComponent( 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
/frameworks/av/media/libstagefright/
H A DMediaCodecList.cpp157 Vector<MediaCodecInfo::ProfileLevel> profileLevels; local
158 caps->getSupportedProfileLevels(&profileLevels);
160 for (size_t ix = 0; ix < profileLevels.size(); ix++) {
165 profileLevels.itemAt(ix);
/frameworks/base/media/java/android/media/
H A DMediaCodecInfo.java160 public CodecProfileLevel[] profileLevels; // NOTE this array is modifiable by user field in class:MediaCodecInfo.CodecCapabilities
408 Arrays.copyOf(profileLevels, profileLevels.length),
454 profileLevels = profLevs;
1388 CodecProfileLevel[] profileLevels = mParent.profileLevels;
1396 for (CodecProfileLevel profileLevel: profileLevels) {
1481 for (CodecProfileLevel profileLevel: profileLevels) {
1582 for (CodecProfileLevel profileLevel: profileLevels) {
1651 for (CodecProfileLevel profileLevel: profileLevels) {
[all...]

Completed in 137 milliseconds