HomeSort by relevance Sort by last modified time
    Searched defs:mProfileLevels (Results 1 - 5 of 5) sorted by null

  /frameworks/av/media/libstagefright/include/
SoftVideoEncoderOMXComponent.h 97 const CodecProfileLevel *mProfileLevels;
SoftVideoDecoderOMXComponent.h 168 const CodecProfileLevel *mProfileLevels;
  /frameworks/av/media/libmedia/include/media/
MediaCodecInfo.h 63 Vector<ProfileLevel> mProfileLevels;
  /frameworks/wilhelm/src/android/
VideoCodec_to_android.cpp 40 Vector<MediaCodecInfo::ProfileLevel> mProfileLevels;
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/vndk/xmlparser/1.0/
MediaCodecsXmlParser.h 60 std::vector<ProfileLevel> mProfileLevels;

Completed in 134 milliseconds