Searched refs:mProfileLevels (Results 1 - 13 of 13) sorted by relevance

/frameworks/av/media/libmedia/
H A DMediaCodecInfo.cpp34 profileLevels->appendVector(mProfileLevels);
66 caps->mProfileLevels.push_back(profileLevel);
88 CHECK_LE(mProfileLevels.size(), INT32_MAX);
89 parcel->writeInt32(mProfileLevels.size());
90 for (size_t i = 0; i < mProfileLevels.size(); i++) {
91 parcel->writeInt32(mProfileLevels.itemAt(i).mProfile);
92 parcel->writeInt32(mProfileLevels.itemAt(i).mLevel);
108 mProfileLevels.push_back(profileLevel);
254 mCurrentCaps->mProfileLevels.clear();
255 mCurrentCaps->mProfileLevels
[all...]
/frameworks/wilhelm/src/android/
H A DVideoCodec_to_android.cpp40 Vector<MediaCodecInfo::ProfileLevel> mProfileLevels; member in struct:android::CodecCapabilities
91 VideoDecoderCapabilities[m].mProfileLevels;
180 if (!(plIndex < VideoDecoderCapabilities[decoderIndex].mProfileLevels.size()))
188 mProfileLevels.itemAt(plIndex).mProfile);
190 mProfileLevels.itemAt(plIndex).mLevel);
/frameworks/av/include/media/stagefright/
H A DSoftVideoEncoderOMXComponent.h97 const CodecProfileLevel *mProfileLevels; member in struct:android::SoftVideoEncoderOMXComponent
H A DSoftVideoDecoderOMXComponent.h168 const CodecProfileLevel *mProfileLevels; member in struct:android::SoftVideoDecoderOMXComponent
/frameworks/av/media/libstagefright/foundation/include/
H A DSoftVideoEncoderOMXComponent.h97 const CodecProfileLevel *mProfileLevels; member in struct:android::SoftVideoEncoderOMXComponent
H A DSoftVideoDecoderOMXComponent.h168 const CodecProfileLevel *mProfileLevels; member in struct:android::SoftVideoDecoderOMXComponent
/frameworks/av/media/libstagefright/include/
H A DSoftVideoEncoderOMXComponent.h97 const CodecProfileLevel *mProfileLevels; member in struct:android::SoftVideoEncoderOMXComponent
H A DSoftVideoDecoderOMXComponent.h168 const CodecProfileLevel *mProfileLevels; member in struct:android::SoftVideoDecoderOMXComponent
/frameworks/av/include/media/
H A DMediaCodecInfo.h63 Vector<ProfileLevel> mProfileLevels; member in struct:android::MediaCodecInfo::Capabilities
/frameworks/av/include/media/vndk/xmlparser/1.0/
H A DMediaCodecsXmlParser.h60 std::vector<ProfileLevel> mProfileLevels; member in struct:android::CodecInfo
/frameworks/av/media/libmedia/include/media/
H A DMediaCodecInfo.h63 Vector<ProfileLevel> mProfileLevels; member in struct:android::MediaCodecInfo::Capabilities
/frameworks/av/media/libstagefright/omx/
H A DSoftVideoDecoderOMXComponent.cpp70 mProfileLevels(profileLevels),
387 profileLevel->eProfile = mProfileLevels[profileLevel->nProfileIndex].mProfile;
388 profileLevel->eLevel = mProfileLevels[profileLevel->nProfileIndex].mLevel;
H A DSoftVideoEncoderOMXComponent.cpp80 mProfileLevels(profileLevels),
369 profileLevel->eProfile = mProfileLevels[profileLevel->nProfileIndex].mProfile;
370 profileLevel->eLevel = mProfileLevels[profileLevel->nProfileIndex].mLevel;

Completed in 2878 milliseconds