summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLajos Molnar <lajos@google.com>2015-02-05 18:41:54 -0800
committerLajos Molnar <lajos@google.com>2015-02-06 17:13:11 +0000
commit3677dd81bbd04fba71b4490254351735fbf2c57a (patch)
tree0012647aaf40f4ee7965aaac35d0421469e74b5a
parent3ea12695eb0674e1f62c2afa585a047d4c81676b (diff)
downloadfugu-lollipop-mr1-dev.tar.gz
DO NOT MERGE: media: remove OMX.Intel.VideoDecoder.VP9.hwrlollipop-mr1-dev
This does not correctly support bytebuffer output, and is eclipsed by OMX.Intel.VideoDecoder.VP9.hybrid, so it will never be used unless an app (or a test) asks for it specifically. Bug: 19288110 Change-Id: Id4eec5e9f36a9cb435b75058fcdcfe975a058cf0
-rwxr-xr-xmedia_codecs.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/media_codecs.xml b/media_codecs.xml
index ecb6f14..3afb137 100755
--- a/media_codecs.xml
+++ b/media_codecs.xml
@@ -131,6 +131,7 @@ Only the three quirks included above are recognized at this point:
<Limit name="bitrate" range="1-8000000" />
<Feature name="adaptive-playback" />
</MediaCodec>
+ <!--
<MediaCodec name="OMX.Intel.VideoDecoder.VP9.hwr" type="video/x-vnd.on2.vp9">
<Limit name="size" min="16x16" max="1920x1088" />
<Limit name="alignment" value="2x2" />
@@ -139,6 +140,7 @@ Only the three quirks included above are recognized at this point:
<Limit name="bitrate" range="1-8000000" />
<Feature name="adaptive-playback" />
</MediaCodec>
+ -->
<MediaCodec name="OMX.Intel.sw_vd.h265" type="video/hevc">
<Limit name="size" min="16x16" max="1920x1088" />
<Limit name="alignment" value="2x2" />