summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcos Marado <mmarado@cyngn.com>2016-04-19 15:13:42 -0700
committerEthan Chen <intervigil@gmail.com>2016-04-19 15:13:42 -0700
commit01f794445a1086ab3d5d0c0179efc81bb6523f7d (patch)
treed1ab1b05b4fe57292603863cb6ba7e50fc0af9db
parent85339ef21c14ebe3424e27de0d48a0289f407d50 (diff)
downloadandroid_hardware_qcom_media-LA.BR.1.2.6_rb1.12.tar.gz
android_hardware_qcom_media-LA.BR.1.2.6_rb1.12.tar.bz2
android_hardware_qcom_media-LA.BR.1.2.6_rb1.12.zip
mm-core: Don't conflict with existing metadata definitionsLA.BR.1.2.6_rb1.12
Change-Id: I760f8c9fc71171e63f9da87b69cd044dcb03e91b
-rw-r--r--mm-core/inc/QCMetaData.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/mm-core/inc/QCMetaData.h b/mm-core/inc/QCMetaData.h
index 02188fb2..f4a275ee 100644
--- a/mm-core/inc/QCMetaData.h
+++ b/mm-core/inc/QCMetaData.h
@@ -36,6 +36,7 @@ namespace android {
enum {
kKeyAacCodecSpecificData = 'nacc' , // for native aac files
+#ifndef META_DATA_H_
kKeyRawCodecSpecificData = 'rcsd', // raw data - added to support mmParser
kKeyDivXVersion = 'DivX', // int32_t
kKeyDivXDrm = 'QDrm', // void *
@@ -47,6 +48,7 @@ enum {
kKeyWMAFormatTag = 'fmtt', // int64_t
kKeyWMABitspersample = 'bsps', // int64_t
kKeyWMAVirPktSize = 'vpks', // int64_t
+#endif
kKeyWMAChannelMask = 'chmk', // int32_t
kKeyVorbisData = 'vdat', // raw data
@@ -76,6 +78,7 @@ enum {
kKeyIsByteMode = 'bytm', //int32_t
};
+#ifndef META_DATA_H_
enum {
kTypeDivXVer_3_11,
kTypeDivXVer_4,
@@ -87,6 +90,7 @@ enum {
kTypeWMAPro,
kTypeWMALossLess,
};
+#endif
//This enum should be keep in sync with "enum Flags" in MediaExtractor.h in AOSP,
//Value should reflect as last entry in the enum