Searched refs:mProfileLevels (Results 1 - 7 of 7) 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);
250 mCurrentCaps->mProfileLevels.clear();
251 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/media/libstagefright/include/
H A DSoftVideoDecoderOMXComponent.h108 const CodecProfileLevel *mProfileLevels; member in struct:android::SoftVideoDecoderOMXComponent
H A DSoftVideoEncoderOMXComponent.h97 const CodecProfileLevel *mProfileLevels; member in struct:android::SoftVideoEncoderOMXComponent
/frameworks/av/include/media/
H A DMediaCodecInfo.h63 Vector<ProfileLevel> mProfileLevels; member in struct:android::MediaCodecInfo::Capabilities
/frameworks/av/media/libstagefright/omx/
H A DSoftVideoDecoderOMXComponent.cpp69 mProfileLevels(profileLevels),
312 profileLevel->eProfile = mProfileLevels[profileLevel->nProfileIndex].mProfile;
313 profileLevel->eLevel = mProfileLevels[profileLevel->nProfileIndex].mLevel;
H A DSoftVideoEncoderOMXComponent.cpp77 mProfileLevels(profileLevels),
366 profileLevel->eProfile = mProfileLevels[profileLevel->nProfileIndex].mProfile;
367 profileLevel->eLevel = mProfileLevels[profileLevel->nProfileIndex].mLevel;

Completed in 1004 milliseconds