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

/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
H A DSoftVideoEncoderOMXComponent.h98 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.h72 Vector<ProfileLevel> mProfileLevels; member in struct:android::MediaCodecInfo::Capabilities
/frameworks/av/media/libmedia/include/media/
H A DMediaCodecInfo.h72 Vector<ProfileLevel> mProfileLevels; member in struct:android::MediaCodecInfo::Capabilities
/frameworks/wilhelm/src/android/
H A DVideoCodec_to_android.cpp41 Vector<MediaCodecInfo::ProfileLevel> mProfileLevels; member in struct:android::CodecCapabilities
92 VideoDecoderCapabilities[m].mProfileLevels;
181 if (!(plIndex < VideoDecoderCapabilities[decoderIndex].mProfileLevels.size()))
189 mProfileLevels.itemAt(plIndex).mProfile);
191 mProfileLevels.itemAt(plIndex).mLevel);

Completed in 176 milliseconds