summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Desaulniers <ndesaulniers@google.com>2016-05-12 15:15:34 -0700
committerIan Pedowitz <ijpedowitz@google.com>2016-05-12 23:02:41 +0000
commit660c31c83c03a4f2c0581f0ed2244d1b67b39f44 (patch)
tree6ce787037daf8bec50e0392cd63d75513e03ba72
parent1c46d48b4d4d544bed1f6cd41d28e083eb02d942 (diff)
downloadfugu-660c31c83c03a4f2c0581f0ed2244d1b67b39f44.tar.gz
Revert "media: codecs: disable hybrid vp9 decoding"
The previous patch was submitted to get a build out for DP3. The CTS tests will need to pass to ship N. Bug: 27589011 This reverts commit 1c46d48b4d4d544bed1f6cd41d28e083eb02d942.
-rw-r--r--media_codecs.xml19
1 files changed, 9 insertions, 10 deletions
diff --git a/media_codecs.xml b/media_codecs.xml
index 7ba786c..838f9b7 100644
--- a/media_codecs.xml
+++ b/media_codecs.xml
@@ -140,16 +140,15 @@ Only the three quirks included above are recognized at this point:
<Feature name="adaptive-playback" />
<Limit name="concurrent-instances" max="3" />
</MediaCodec>
- <!-- Disable in b/27589011 -->
- <!--<MediaCodec name="OMX.Intel.VideoDecoder.VP9.hybrid" type="video/x-vnd.on2.vp9">-->
- <!--<Limit name="size" min="16x16" max="1920x1088" />-->
- <!--<Limit name="alignment" value="2x2" />-->
- <!--<Limit name="block-size" value="16x16" />-->
- <!--<Limit name="blocks-per-second" range="1-244800" />-->
- <!--<Limit name="bitrate" range="1-8000000" />-->
- <!--<Feature name="adaptive-playback" />-->
- <!--<Limit name="concurrent-instances" max="2" />-->
- <!--</MediaCodec>-->
+ <MediaCodec name="OMX.Intel.VideoDecoder.VP9.hybrid" type="video/x-vnd.on2.vp9">
+ <Limit name="size" min="16x16" max="1920x1088" />
+ <Limit name="alignment" value="2x2" />
+ <Limit name="block-size" value="16x16" />
+ <Limit name="blocks-per-second" range="1-244800" />
+ <Limit name="bitrate" range="1-8000000" />
+ <Feature name="adaptive-playback" />
+ <Limit name="concurrent-instances" max="2" />
+ </MediaCodec>
<MediaCodec name="OMX.Intel.sw_vd.h265" type="video/hevc">
<Limit name="size" min="16x16" max="1920x1088" />
<Limit name="alignment" value="2x2" />