summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSidipotu Ashok <sashok@codeaurora.org>2015-10-07 15:57:18 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2015-10-13 23:04:11 -0700
commit826ba8c29f658c18a6b7da84a8eb02631be34245 (patch)
tree3b94c9278ed355dbd2b520c2734c2b349996eaee
parent24eb0763d796b83ca0b4f5c6193a4ff168d0ea06 (diff)
downloadandroid_hardware_qcom_media-826ba8c29f658c18a6b7da84a8eb02631be34245.tar.gz
android_hardware_qcom_media-826ba8c29f658c18a6b7da84a8eb02631be34245.tar.bz2
android_hardware_qcom_media-826ba8c29f658c18a6b7da84a8eb02631be34245.zip
QCMetadata: add a new key for big buffers
- New key will be used for configuring parser to use big buffers. CRs-Fixed: 911338 Change-Id: I35ac395d455fb8855f8506b7ebb46a30a18a315e
-rwxr-xr-x[-rw-r--r--]mm-core/inc/QCMetaData.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/mm-core/inc/QCMetaData.h b/mm-core/inc/QCMetaData.h
index 320f2b39..621729b5 100644..100755
--- a/mm-core/inc/QCMetaData.h
+++ b/mm-core/inc/QCMetaData.h
@@ -98,7 +98,8 @@ enum {
};
enum {
- USE_SET_BUFFERS = 1,
+ USE_SET_BUFFERS = 0x1,
+ USE_AUDIO_BIG_BUFFERS = 0x2,
};
} // namespace android