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

/frameworks/av/media/libstagefright/include/
H A DSoftVideoEncoderOMXComponent.h97 const CodecProfileLevel *mProfileLevels; member in struct:android::SoftVideoEncoderOMXComponent
H A DSoftVideoDecoderOMXComponent.h108 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/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);

Completed in 1935 milliseconds