Searched refs:profileLevels (Results 1 - 9 of 9) 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.cpp111 Vector<MediaCodecList::ProfileLevel> profileLevels; local
117 index, typeStr, &profileLevels, &colorFormats, &flags);
141 env->NewObjectArray(profileLevels.size(), profileLevelClazz, NULL);
149 for (size_t i = 0; i < profileLevels.size(); ++i) {
150 const MediaCodecList::ProfileLevel &src = profileLevels.itemAt(i);
165 "profileLevels",
/frameworks/av/media/libstagefright/include/
H A DSoftVideoDecoderOMXComponent.h39 const CodecProfileLevel *profileLevels,
/frameworks/av/include/media/stagefright/
H A DMediaCodecList.h52 Vector<ProfileLevel> *profileLevels,
/frameworks/av/media/libstagefright/omx/
H A DSoftVideoDecoderOMXComponent.cpp43 const CodecProfileLevel *profileLevels,
60 mProfileLevels(profileLevels),
39 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
/frameworks/av/media/libstagefright/
H A DMediaCodecList.cpp511 Vector<ProfileLevel> *profileLevels,
514 profileLevels->clear();
544 profileLevels->push(profileLevel);
509 getCodecCapabilities( size_t index, const char *type, Vector<ProfileLevel> *profileLevels, Vector<uint32_t> *colorFormats, uint32_t *flags) const argument
/frameworks/base/media/java/android/media/
H A DMediaCodecInfo.java85 public CodecProfileLevel[] profileLevels; field in class:MediaCodecInfo.CodecCapabilities
167 * {@link MediaCodecInfo.CodecCapabilities#profileLevels} field.

Completed in 198 milliseconds