summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Kocialkowski <contact@paulk.fr>2014-01-04 14:11:09 +0100
committerPaul Kocialkowski <contact@paulk.fr>2014-01-06 20:33:29 +0100
commit79aad88393eb8b9b668df93e765d84ec6e407db1 (patch)
treec3dc66ea0049f5d8f8afb0869d54e89490c24b94
parent3ea618f2da3ae170d8badd152dea54b1c30941ad (diff)
downloaddevice_samsung_smdk4412-common-79aad88393eb8b9b668df93e765d84ec6e407db1.tar.gz
device_samsung_smdk4412-common-79aad88393eb8b9b668df93e765d84ec6e407db1.tar.bz2
device_samsung_smdk4412-common-79aad88393eb8b9b668df93e765d84ec6e407db1.zip
Disable hardware video encoding/decoding
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
-rw-r--r--BoardCommonConfig.mk9
-rw-r--r--common.mk17
-rw-r--r--configs/media_codecs.xml10
3 files changed, 0 insertions, 36 deletions
diff --git a/BoardCommonConfig.mk b/BoardCommonConfig.mk
index 0c46935..d8d6727 100644
--- a/BoardCommonConfig.mk
+++ b/BoardCommonConfig.mk
@@ -92,15 +92,6 @@ COMMON_GLOBAL_CFLAGS += -DHAVE_ISO
COMMON_GLOBAL_CFLAGS += -DSAMSUNG_CAMERA_HARDWARE
BOARD_USES_PROPRIETARY_LIBCAMERA := true
-# OMX
-BOARD_USE_SAMSUNG_COLORFORMAT := true
-BOARD_NONBLOCK_MODE_PROCESS := true
-BOARD_USE_STOREMETADATA := true
-BOARD_USE_METADATABUFFERTYPE := true
-BOARD_USES_MFC_FPS := true
-BOARD_USE_S3D_SUPPORT := true
-BOARD_USE_CSC_FIMC := false
-
# RIL
BOARD_MOBILEDATA_INTERFACE_NAME := "pdp0"
diff --git a/common.mk b/common.mk
index b862f52..4a33f61 100644
--- a/common.mk
+++ b/common.mk
@@ -85,23 +85,6 @@ PRODUCT_PACKAGES += \
charger \
charger_res_images
-# MFC API
-PRODUCT_PACKAGES += \
- libsecmfcdecapi \
- libsecmfcencapi
-
-# OMX
-PRODUCT_PACKAGES += \
- libstagefrighthw \
- libSEC_OMX_Resourcemanager \
- libSEC_OMX_Core \
- libOMX.SEC.AVC.Decoder \
- libOMX.SEC.M4V.Decoder \
- libOMX.SEC.WMV.Decoder \
- libOMX.SEC.AVC.Encoder \
- libOMX.SEC.M4V.Encoder
-# libOMX.SEC.VP8.Decoder
-
PRODUCT_COPY_FILES += \
$(COMMON_PATH)/configs/media_profiles.xml:system/etc/media_profiles.xml \
$(COMMON_PATH)/configs/media_codecs.xml:system/etc/media_codecs.xml
diff --git a/configs/media_codecs.xml b/configs/media_codecs.xml
index c8719db..e4298a8 100644
--- a/configs/media_codecs.xml
+++ b/configs/media_codecs.xml
@@ -77,12 +77,6 @@ Only the three quirks included above are recognized at this point:
<MediaCodecs>
<Decoders>
- <MediaCodec name="OMX.SEC.AVC.Decoder" type="video/avc" />
- <MediaCodec name="OMX.SEC.MPEG4.Decoder" type="video/mp4v-es" />
- <MediaCodec name="OMX.SEC.H263.Decoder" type="video/3gpp" />
- <MediaCodec name="OMX.SEC.AVC.Decoder" type="video/avc" />
- <MediaCodec name="OMX.SEC.VP8.Decoder" type="video/x-vnd.on2.vp8" />
-
<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" />
@@ -97,10 +91,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" />