diff options
author | Paul Kocialkowski <contact@paulk.fr> | 2013-12-23 20:36:46 +0100 |
---|---|---|
committer | Paul Kocialkowski <contact@paulk.fr> | 2013-12-27 11:24:42 +0100 |
commit | 49dc5a2e9110bda2a750fb7d455aa773c606c51d (patch) | |
tree | 597bb06214c5c5df9edc073a3a50c3212b8ccd1a | |
parent | b9ad91899151974c099e620eeda3da4380414e1f (diff) | |
download | device_samsung_aries-common-49dc5a2e9110bda2a750fb7d455aa773c606c51d.zip device_samsung_aries-common-49dc5a2e9110bda2a750fb7d455aa773c606c51d.tar.gz device_samsung_aries-common-49dc5a2e9110bda2a750fb7d455aa773c606c51d.tar.bz2 |
Disable hardware video encoding/decoding
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
-rw-r--r-- | device_base.mk | 12 | ||||
-rw-r--r-- | media_codecs.xml | 16 |
2 files changed, 0 insertions, 28 deletions
diff --git a/device_base.mk b/device_base.mk index 3b6b6fc..285095c 100644 --- a/device_base.mk +++ b/device_base.mk @@ -84,14 +84,6 @@ PRODUCT_COPY_FILES += \ device/samsung/aries-common/media_profiles.xml:system/etc/media_profiles.xml \ device/samsung/aries-common/media_codecs.xml:system/etc/media_codecs.xml -# These are the OpenMAX IL modules -PRODUCT_PACKAGES += \ - libSEC_OMX_Core \ - libOMX.SEC.AVC.Decoder \ - libOMX.SEC.M4V.Decoder \ - libOMX.SEC.M4V.Encoder \ - libOMX.SEC.AVC.Encoder - # Misc other modules PRODUCT_PACKAGES += \ lights.aries \ @@ -107,10 +99,6 @@ PRODUCT_PACKAGES += \ PRODUCT_COPY_FILES += \ device/samsung/aries-common/libaudio/audio_policy.conf:system/etc/audio_policy.conf -# Libs -PRODUCT_PACKAGES += \ - libstagefrighthw - # Bluetooth MAC Address PRODUCT_PACKAGES += \ bdaddr_read diff --git a/media_codecs.xml b/media_codecs.xml index c6f8372..42ea4e9 100644 --- a/media_codecs.xml +++ b/media_codecs.xml @@ -77,18 +77,6 @@ Only the three quirks included above are recognized at this point: <MediaCodecs> <Decoders> - <MediaCodec name="OMX.SEC.MPEG4.Decoder" type="video/mp4v-es" > - <Quirk name="output-buffers-are-unreadable" /> - </MediaCodec> - - <MediaCodec name="OMX.SEC.H263.Decoder" type="video/3gpp" > - <Quirk name="output-buffers-are-unreadable" /> - </MediaCodec> - - <MediaCodec name="OMX.SEC.AVC.Decoder" type="video/avc" > - <Quirk name="output-buffers-are-unreadable" /> - </MediaCodec> - <MediaCodec name="OMX.google.mp3.decoder" type="audio/mpeg" /> <MediaCodec name="OMX.google.amrnb.decoder" type="audio/3gpp" /> <MediaCodec name="OMX.google.amrwb.decoder" type="audio/amr-wb" /> @@ -104,10 +92,6 @@ Only the three quirks included above are recognized at this point: </Decoders> <Encoders> - <MediaCodec name="OMX.SEC.MPEG4.Encoder" type="video/mp4v-es" /> - <MediaCodec name="OMX.SEC.H263.Encoder" type="video/3gpp" /> - <MediaCodec name="OMX.SEC.AVC.Encoder" type="video/avc" /> - <MediaCodec name="OMX.google.amrnb.encoder" type="audio/3gpp" /> <MediaCodec name="OMX.google.amrwb.encoder" type="audio/amr-wb" /> <MediaCodec name="OMX.google.aac.encoder" type="audio/mp4a-latm" /> |