diff options
| author | SoumyaManagoli <smanag@codeaurora.org> | 2016-08-22 13:33:42 +0530 |
|---|---|---|
| committer | Zhao Wei Liew <zhaoweiliew@gmail.com> | 2016-11-11 16:52:47 -0700 |
| commit | f964980c567be9c3d00d60c6bf77ab6268b7c69b (patch) | |
| tree | 5230c1c8e9894ca0e0662b94c3da069a24e74367 | |
| parent | 15567ecdb644c644023dfb2ae96af1f88e5faa7c (diff) | |
msm8916-common: audio: CTS fix for GetMaxSupportedInstances test.
Add max-concurrent instance for FLAC decoder.
Change-Id: I05cf3e2fe100eadaaf4785c9d6a5ae59eaf4d0e8
CRs-Fixed: 1049097
| -rw-r--r-- | configs/media_codecs_msm8916.xml | 6 | ||||
| -rw-r--r-- | configs/media_codecs_msm8939.xml | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/configs/media_codecs_msm8916.xml b/configs/media_codecs_msm8916.xml index d28ecda..87fb82f 100644 --- a/configs/media_codecs_msm8916.xml +++ b/configs/media_codecs_msm8916.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8" ?> <!-- Copyright (C) 2012 The Android Open Source Project - Copyright (C) 2014 The Linux Foundation. All rights reserved. + Copyright (C) 2014, 2016 The Linux Foundation. All rights reserved. Not a contribution. Licensed under the Apache License, Version 2.0 (the "License"); @@ -163,7 +163,9 @@ ___________________________________________________ </Encoders> <Decoders> <!-- Audio Software --> - <MediaCodec name="OMX.qti.audio.decoder.flac" type="audio/flac" /> + <MediaCodec name="OMX.qti.audio.decoder.flac" type="audio/flac" > + <Limit name="concurrent-instances" max="10" /> + </MediaCodec> <!-- Video Hardware --> <MediaCodec name="OMX.qcom.video.decoder.avc" type="video/avc" > <Quirk name="requires-allocate-on-input-ports" /> diff --git a/configs/media_codecs_msm8939.xml b/configs/media_codecs_msm8939.xml index f0826fd..669d010 100644 --- a/configs/media_codecs_msm8939.xml +++ b/configs/media_codecs_msm8939.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8" ?> <!-- Copyright (C) 2012 The Android Open Source Project - Copyright (C) 2014 The Linux Foundation. All rights reserved. + Copyright (C) 2014, 2016 The Linux Foundation. All rights reserved. Not a contribution. Licensed under the Apache License, Version 2.0 (the "License"); @@ -165,7 +165,9 @@ _________________________________________________________________ </Encoders> <Decoders> <!-- Audio Software --> - <MediaCodec name="OMX.qti.audio.decoder.flac" type="audio/flac" /> + <MediaCodec name="OMX.qti.audio.decoder.flac" type="audio/flac" > + <Limit name="concurrent-instances" max="10" /> + </MediaCodec> <!-- Video Hardware --> <MediaCodec name="OMX.qcom.video.decoder.avc" type="video/avc" > <Quirk name="requires-allocate-on-input-ports" /> |
