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

  /frameworks/av/include/media/stagefright/
MediaCodecList.h 46 struct ProfileLevel {
52 Vector<ProfileLevel> *profileLevels,
  /frameworks/base/media/jni/
android_media_MediaCodecList.cpp 92 Vector<MediaCodecList::ProfileLevel> profileLevels;
127 const MediaCodecList::ProfileLevel &src = profileLevels.itemAt(i);
  /frameworks/av/media/libstagefright/
MediaCodecList.cpp 511 Vector<ProfileLevel> *profileLevels,
540 ProfileLevel profileLevel;
541 profileLevel.mProfile = src.mProfile;
542 profileLevel.mLevel = src.mLevel;
543 profileLevels->push(profileLevel);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4lib_int.h 226 Int ProfileLevel[2]; /* Profile and Level for encoding purposes */
mp4enc_api.cpp     [all...]

Completed in 117 milliseconds