summaryrefslogtreecommitdiff
path: root/media_codecs.xml
diff options
context:
space:
mode:
authorNick Desaulniers <ndesaulniers@google.com>2016-11-17 13:27:10 -0800
committerNick Desaulniers <ndesaulniers@google.com>2016-11-17 13:28:59 -0800
commit75c43b0457babf606581241bdc5531e8649f29a6 (patch)
treea8879b8833573ad2725f72494c578b2e4fd94725 /media_codecs.xml
parentb8863be1272a0b2c27c35b223b26ddc776d76fc6 (diff)
downloadfugu-75c43b0457babf606581241bdc5531e8649f29a6.tar.gz
media: codecs: disable AVC hardware decoding
unable to get through set up wizard. Temporary workaround to unblock work on oc-release. Test: wipe userdata + boot oc-release Bug: 32120194 Bug: 32976749 Change-Id: I72b5d998e4829904d41352c10e8ca8c5f5fddb79
Diffstat (limited to 'media_codecs.xml')
-rw-r--r--media_codecs.xml19
1 files changed, 10 insertions, 9 deletions
diff --git a/media_codecs.xml b/media_codecs.xml
index a636229..0a04b9e 100644
--- a/media_codecs.xml
+++ b/media_codecs.xml
@@ -103,15 +103,16 @@ Only the three quirks included above are recognized at this point:
<Feature name="adaptive-playback" optional="yes" />
<Limit name="concurrent-instances" max="1" />
</MediaCodec>
- <MediaCodec name="OMX.Intel.VideoDecoder.AVC" type="video/avc">
- <Limit name="size" min="96x32" max="2560x1440" />
- <Limit name="alignment" value="2x2" />
- <Limit name="block-size" value="16x16" />
- <Limit name="blocks-per-second" range="12-864000" />
- <Limit name="bitrate" range="1-50000000" />
- <Feature name="adaptive-playback" />
- <Limit name="concurrent-instances" max="5" />
- </MediaCodec>
+ <!-- TODO: reenable me, b/32120194, b/32976749 -->
+ <!--<MediaCodec name="OMX.Intel.VideoDecoder.AVC" type="video/avc">-->
+ <!--<Limit name="size" min="96x32" max="2560x1440" />-->
+ <!--<Limit name="alignment" value="2x2" />-->
+ <!--<Limit name="block-size" value="16x16" />-->
+ <!--<Limit name="blocks-per-second" range="12-864000" />-->
+ <!--<Limit name="bitrate" range="1-50000000" />-->
+ <!--<Feature name="adaptive-playback" />-->
+ <!--<Limit name="concurrent-instances" max="5" />-->
+ <!--</MediaCodec>-->
<MediaCodec name="OMX.Intel.VideoDecoder.AVC.secure" type="video/avc">
<Limit name="size" min="96x32" max="1920x1088" />
<Limit name="alignment" value="2x2" />