Searched refs:MPEG2Profile422 (Results 1 – 5 of 5) sorted by relevance
/frameworks/av/media/libstagefright/include/media/stagefright/ |
D | MediaCodecConstants.h | 212 inline constexpr int32_t MPEG2Profile422 = 0x02; variable 221 case MPEG2Profile422: return "422";
|
/frameworks/av/media/libstagefright/ |
D | Utils.cpp | 465 { 0x85, { MPEG2Profile422, MPEG2LevelML } }, in parseMpeg2ProfileLevelFromHeader() 466 { 0x82, { MPEG2Profile422, MPEG2LevelHL } }, in parseMpeg2ProfileLevelFromHeader() 494 { 0x65, MPEG2Profile422 }, in parseMpeg2ProfileLevelFromEsds()
|
/frameworks/av/media/codec2/sfplugin/utils/ |
D | Codec2Mapper.cpp | 300 { C2Config::PROFILE_MP2V_422, MPEG2Profile422 },
|
/frameworks/base/media/java/android/media/ |
D | MediaCodecInfo.java | 3260 case CodecProfileLevel.MPEG2Profile422: 4190 public static final int MPEG2Profile422 = 0x02;
|
/frameworks/base/core/api/ |
D | current.txt | 23051 field public static final int MPEG2Profile422 = 2; // 0x2
|