arc-codec-nocturne: Add HEVC in arc++ on nocturne.

This CL introduces a new media_codecs_cheets_board_specific.xml file
that adds HEVC for nocturne.

BUG=b:159412173
TEST=emerge-nocturne arc-codec-nocturne &&
     equery-nocturne f arcvm-codec-nocturne
     checked installed xml files

Change-Id: I9b355b2c26e2a7e6c7428857f127a5c1ea8525da
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/overlays/board-overlays/+/2265621
Commit-Queue: David Staessens <dstaessens@chromium.org>
Tested-by: David Staessens <dstaessens@chromium.org>
Reviewed-by: Chih-Yu Huang <akahuang@chromium.org>
diff --git a/overlay-nocturne/chromeos-base/arc-codec-nocturne/arc-codec-nocturne-0.0.1-r1.ebuild b/overlay-nocturne/chromeos-base/arc-codec-nocturne/arc-codec-nocturne-0.0.1-r2.ebuild
similarity index 100%
rename from overlay-nocturne/chromeos-base/arc-codec-nocturne/arc-codec-nocturne-0.0.1-r1.ebuild
rename to overlay-nocturne/chromeos-base/arc-codec-nocturne/arc-codec-nocturne-0.0.1-r2.ebuild
diff --git a/overlay-nocturne/chromeos-base/arc-codec-nocturne/files/media_codecs_cheets_board_specific.xml b/overlay-nocturne/chromeos-base/arc-codec-nocturne/files/media_codecs_cheets_board_specific.xml
new file mode 100644
index 0000000..bd95131
--- /dev/null
+++ b/overlay-nocturne/chromeos-base/arc-codec-nocturne/files/media_codecs_cheets_board_specific.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<!-- Copyright 2020 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+
+<Included>
+    <Decoders>
+        <MediaCodec name="OMX.google.hevc.decoder" type="video/hevc">
+            <!-- profiles and levels:  ProfileMain : MainTierLevel51 -->
+            <Limit name="size" min="2x2" max="4096x4096" />
+            <Limit name="alignment" value="2x2" />
+            <Limit name="block-size" value="8x8" />
+            <Limit name="block-count" range="1-196608" /> <!-- max 4096x3072 -->
+            <Limit name="blocks-per-second" range="1-2000000" />
+            <Limit name="bitrate" range="1-10000000" />
+            <Feature name="adaptive-playback" />
+        </MediaCodec>
+    </Decoders>
+</Included>
+