summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorChong Zhang <chz@google.com>2014-10-02 12:40:06 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-10-02 12:40:06 +0000
commit4f99490ad21bd999ec532dae1f0754c3ad34809a (patch)
tree5733f9ae05f340913b9d791c773a2f4e25a063d6 /include
parentc868c78b516d5fd3f5d36dc916baab6c98800d8f (diff)
parentdd230cb8d2a43ea453a507b12c612a221a3780e7 (diff)
downloadframeworks_native-4f99490ad21bd999ec532dae1f0754c3ad34809a.zip
frameworks_native-4f99490ad21bd999ec532dae1f0754c3ad34809a.tar.gz
frameworks_native-4f99490ad21bd999ec532dae1f0754c3ad34809a.tar.bz2
am dd230cb8: Merge "add a parameter for PCM limiter enable" into lmp-dev
* commit 'dd230cb8d2a43ea453a507b12c612a221a3780e7': add a parameter for PCM limiter enable Use set_sched_policy to put dexopt operations in SP_BACKGROUND cgroup Revert "Modify EGL to disconnect the window when the surface gets destroyed." crash if getNativeBuffer() called on NULL GraphicBuffer
Diffstat (limited to 'include')
-rw-r--r--include/media/openmax/OMX_AudioExt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/openmax/OMX_AudioExt.h b/include/media/openmax/OMX_AudioExt.h
index 8a2c4de..5ac15f7 100644
--- a/include/media/openmax/OMX_AudioExt.h
+++ b/include/media/openmax/OMX_AudioExt.h
@@ -81,6 +81,7 @@ typedef struct OMX_AUDIO_PARAM_ANDROID_AACPRESENTATIONTYPE {
OMX_S32 nHeavyCompression; /**< 0 for light compression, 1 for heavy compression, -1 if unspecified */
OMX_S32 nTargetReferenceLevel; /**< Target reference level, between 0 and 127, -1 if unspecified */
OMX_S32 nEncodedTargetLevel; /**< Target reference level assumed at the encoder, between 0 and 127, -1 if unspecified */
+ OMX_S32 nPCMLimiterEnable; /**< Signal level limiting, 0 for disable, 1 for enable, -1 if unspecified */
} OMX_AUDIO_PARAM_ANDROID_AACPRESENTATIONTYPE;
#ifdef __cplusplus