exynos9610: import configuration files
[GitHub/moto-9609/android_device_motorola_exynos9610-common.git] / configs / media / media_codecs_dolby_audio.xml
CommitLineData
16da8a04
JA
1<?xml version="1.0" encoding="utf-8" ?>
2<!-- Copyright 2016 The Android Open Source Project
3
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15
16 This file was modified by Dolby Laboratories, Inc. The portions of the
17 code that are surrounded by "DOLBY..." are copyrighted and
18 licensed separately, as follows:
19
20 (C) 2018 Dolby Laboratories, Inc.
21 All rights reserved.
22
23 This program is protected under international and U.S. Copyright laws as
24 an unpublished work. This program is confidential and proprietary to the
25 copyright owners. Reproduction or disclosure, in whole or in part, or the
26 production of derivative works therefrom without the express permission of
27 the copyright owners is prohibited.
28-->
29
30<Included>
31 <Decoders>
32 <!-- DOLBY_UDC -->
33 <MediaCodec name="OMX.dolby.ac3.decoder" type="audio/ac3">
34 <Limit name="channel-count" max="6" />
35 <Limit name="sample-rate" ranges="32000,44100,48000" />
36 <Limit name="bitrate" range="32000-640000" />
37 </MediaCodec>
38 <MediaCodec name="OMX.dolby.eac3.decoder" type="audio/eac3">
39 <Limit name="channel-count" max="8" />
40 <Limit name="sample-rate" ranges="32000,44100,48000" />
41 <Limit name="bitrate" range="32000-6144000" />
42 </MediaCodec>
43 <!-- DOLBY_UDC END -->
44 </Decoders>
45</Included>