Searched defs:profileLevels (Results 1 - 4 of 4) sorted by relevance

/frameworks/wilhelm/src/android/
H A DVideoCodec_to_android.cpp83 Vector<CodecProfileLevel> &profileLevels = local
88 for (size_t i = 0, size = profileLevels.size(); i < size; ) {
89 CodecProfileLevel profileLevel = profileLevels.itemAt(i);
96 profileLevels.removeAt(i);
102 if ((VideoDecoderNbProfLevel[m] = profileLevels.size()) > 0) {
/frameworks/base/media/jni/
H A Dandroid_media_MediaCodecList.cpp92 Vector<MediaCodecList::ProfileLevel> profileLevels; local
97 index, typeStr, &profileLevels, &colorFormats);
118 env->NewObjectArray(profileLevels.size(), profileLevelClazz, NULL);
126 for (size_t i = 0; i < profileLevels.size(); ++i) {
127 const MediaCodecList::ProfileLevel &src = profileLevels.itemAt(i);
142 "profileLevels",
/frameworks/av/media/libstagefright/
H A DMediaCodecList.cpp511 Vector<ProfileLevel> *profileLevels,
513 profileLevels->clear();
543 profileLevels->push(profileLevel);
509 getCodecCapabilities( size_t index, const char *type, Vector<ProfileLevel> *profileLevels, Vector<uint32_t> *colorFormats) const argument
/frameworks/base/media/java/android/media/
H A DMediaCodecInfo.java48 public CodecProfileLevel[] profileLevels; field in class:MediaCodecInfo.CodecCapabilities

Completed in 51 milliseconds