Skip to content

Commit

Permalink
raphael: match media setup to xioami sm8150 common
Browse files Browse the repository at this point in the history
  • Loading branch information
kondors1995 committed Apr 15, 2024
1 parent 5f473c3 commit 4ce47e0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
3 changes: 2 additions & 1 deletion device.mk
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,8 @@ PRODUCT_PACKAGES += \
libavservices_minijail \
libavservices_minijail.vendor \
libavservices_minijail_vendor \
libminijail
[email protected] \
libcodec2_vndk.vendor

PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/media/media_codecs.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs.xml \
Expand Down
4 changes: 4 additions & 0 deletions system.prop
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ persist.vendor.ims.disableQXDMLogs=1
persist.vendor.radio.report_codec=1
persist.vendor.radio.vdp_on_ims_cap=1

# Media
media.settings.xml=/vendor/etc/media_profiles_vendor.xml
media.stagefright.thumbnail.prefer_hw_codecs=true

# LMKD
ro.config.low_ram=false
ro.lmk.log_stats=true
Expand Down
7 changes: 0 additions & 7 deletions vendor.prop
Original file line number Diff line number Diff line change
Expand Up @@ -184,13 +184,6 @@ ro.hardware.keystore_desede=true
# Media
debug.stagefright.ccodec=1
debug.stagefright.omx_default_rank=0
media.stagefright.enable-aac=true
media.stagefright.enable-fma2dp=true
media.stagefright.enable-http=true
media.stagefright.enable-player=true
media.stagefright.enable-qcp=true
media.stagefright.enable-scan=true
media.stagefright.thumbnail.prefer_hw_codecs=true
mm.enable.smoothstreaming=true

# Netflix
Expand Down

0 comments on commit 4ce47e0

Please sign in to comment.