Searched refs:MPEG4ProfileSimpleScalable (Results 1 – 6 of 6) sorted by relevance
/frameworks/av/media/libstagefright/include/media/stagefright/ |
D | MediaCodecConstants.h | 145 inline constexpr int32_t MPEG4ProfileSimpleScalable = 0x02; variable 164 case MPEG4ProfileSimpleScalable: return "SimpleScalable";
|
/frameworks/av/media/libstagefright/ |
D | Utils.cpp | 521 { 0b00010000, { MPEG4ProfileSimpleScalable, MPEG4Level0 } }, in parseMpeg4ProfileLevelFromCsd() 522 { 0b00010001, { MPEG4ProfileSimpleScalable, MPEG4Level1 } }, in parseMpeg4ProfileLevelFromCsd() 523 { 0b00010010, { MPEG4ProfileSimpleScalable, MPEG4Level2 } }, in parseMpeg4ProfileLevelFromCsd()
|
/frameworks/av/media/codec2/sfplugin/utils/ |
D | Codec2Mapper.cpp | 318 { C2Config::PROFILE_MP4V_SIMPLE_SCALABLE, MPEG4ProfileSimpleScalable },
|
/frameworks/base/media/java/android/media/ |
D | MediaCodecInfo.java | 3355 case CodecProfileLevel.MPEG4ProfileSimpleScalable: // 0-2 4161 public static final int MPEG4ProfileSimpleScalable = 0x02;
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 14754 field public static final int MPEG4ProfileSimpleScalable = 2; // 0x2
|
/frameworks/base/core/api/ |
D | current.txt | 23082 field public static final int MPEG4ProfileSimpleScalable = 2; // 0x2
|