summaryrefslogtreecommitdiffstats
path: root/include/media
diff options
context:
space:
mode:
authorChong Zhang <chz@google.com>2014-10-02 12:53:49 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-10-02 12:53:49 +0000
commit0610c9cf94d87dafd2324dc28163f8f37db60a53 (patch)
tree5c4faa6775474dbc8988883a5f547292ae11b73d /include/media
parent18507fe4701c6be5dc902558e00158414d87357e (diff)
parent4f99490ad21bd999ec532dae1f0754c3ad34809a (diff)
downloadframeworks_native-0610c9cf94d87dafd2324dc28163f8f37db60a53.zip
frameworks_native-0610c9cf94d87dafd2324dc28163f8f37db60a53.tar.gz
frameworks_native-0610c9cf94d87dafd2324dc28163f8f37db60a53.tar.bz2
am 4f99490a: am dd230cb8: Merge "add a parameter for PCM limiter enable" into lmp-dev
* commit '4f99490ad21bd999ec532dae1f0754c3ad34809a': 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/media')
-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