diff options
author | Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de> | 2017-05-13 17:48:15 +0200 |
---|---|---|
committer | Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de> | 2017-05-13 17:48:15 +0200 |
commit | 5412f248336d53be7780d5fa5d2da2f87dbfd884 (patch) | |
tree | 266a6d9df75dac99ba7cd1d5565e469c636ed00a | |
parent | dd75502815aa86e73848f04788efe263a605b2c8 (diff) | |
download | device_samsung_tuna-5412f248336d53be7780d5fa5d2da2f87dbfd884.zip device_samsung_tuna-5412f248336d53be7780d5fa5d2da2f87dbfd884.tar.gz device_samsung_tuna-5412f248336d53be7780d5fa5d2da2f87dbfd884.tar.bz2 |
disable camera and hardware media encoding/decoding
Camera depends on libdomx which causes a boot hang.
Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
-rwxr-xr-x | device.mk | 1 | ||||
-rw-r--r-- | media_codecs.xml | 22 |
2 files changed, 0 insertions, 23 deletions
@@ -37,7 +37,6 @@ PRODUCT_PACKAGES += \ audio.primary.tuna \ audio.r_submix.default \ audio.usb.default \ - camera.tuna \ lights.tuna \ nfc.tuna \ power.tuna \ diff --git a/media_codecs.xml b/media_codecs.xml index 7410d42..20e5ad2 100644 --- a/media_codecs.xml +++ b/media_codecs.xml @@ -78,29 +78,7 @@ Only the three quirks included above are recognized at this point: <MediaCodecs> <Include href="media_codecs_google_audio.xml" /> <Include href="media_codecs_google_telephony.xml" /> - <Decoders> - <MediaCodec name="OMX.TI.DUCATI1.VIDEO.DECODER" > - <Type name="video/mp4v-es" /> - <Type name="video/3gpp" /> - <Type name="video/avc" /> - <Quirk name="requires-allocate-on-input-ports" /> - <Quirk name="requires-allocate-on-output-ports" /> - </MediaCodec> - </Decoders> - - <Encoders> - <MediaCodec name="OMX.TI.DUCATI1.VIDEO.MPEG4E" > - <Type name="video/mp4v-es" /> - <Type name="video/3gpp" /> - <Quirk name="requires-allocate-on-input-ports" /> - <Quirk name="requires-allocate-on-output-ports" /> - </MediaCodec> - <MediaCodec name="OMX.TI.DUCATI1.VIDEO.H264E" type="video/avc" > - <Quirk name="requires-allocate-on-input-ports" /> - <Quirk name="requires-allocate-on-output-ports" /> - </MediaCodec> - </Encoders> <!-- STARGO: Include google-codecs directly and remove adaptive-playback from H.264 decoder to fix Netflix --> <!--<Include href="media_codecs_google_video.xml" />--> |