Searched refs:MPEG4ProfileCoreScalable (Results 1 – 7 of 7) sorted by relevance
/frameworks/av/media/libstagefright/include/media/stagefright/ |
D | MediaCodecConstants.h | 155 inline constexpr int32_t MPEG4ProfileCoreScalable = 0x800; variable 174 case MPEG4ProfileCoreScalable: return "CoreScalable";
|
/frameworks/av/media/libstagefright/ |
D | Utils.cpp | 550 { 0b10100001, { MPEG4ProfileCoreScalable, MPEG4Level1 } }, in parseMpeg4ProfileLevelFromCsd() 551 { 0b10100010, { MPEG4ProfileCoreScalable, MPEG4Level2 } }, in parseMpeg4ProfileLevelFromCsd() 552 { 0b10100011, { MPEG4ProfileCoreScalable, MPEG4Level3 } }, in parseMpeg4ProfileLevelFromCsd()
|
/frameworks/av/media/codec2/sfplugin/utils/ |
D | Codec2Mapper.cpp | 323 { C2Config::PROFILE_MP4V_CORE_SCALABLE, MPEG4ProfileCoreScalable },
|
/frameworks/base/media/java/android/media/ |
D | MediaCodecInfo.java | 3392 case CodecProfileLevel.MPEG4ProfileCoreScalable: // 1-3 4357 public static final int MPEG4ProfileCoreScalable = 0x800;
|
/frameworks/av/media/libmedia/ |
D | VideoCapabilities.cpp | 1287 case MPEG4ProfileCoreScalable: // 1-3 in applyLevelLimits()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 14746 field public static final int MPEG4ProfileCoreScalable = 2048; // 0x800
|
/frameworks/base/core/api/ |
D | current.txt | 23677 field public static final int MPEG4ProfileCoreScalable = 2048; // 0x800
|