flo: media: Use media_codecs_google_video_le

It's better suited for low-end devices.

Change-Id: Ida6818173f17a25e4ae72750b5fd016c3858d2ea
This commit is contained in:
Arne Coucheron 2018-10-12 17:25:49 +02:00 committed by followmsi
parent 7502ebc58a
commit 4218a1eb9e
2 changed files with 2 additions and 2 deletions

View File

@ -92,5 +92,5 @@
<Limit name="concurrent-instances" max="4" />
</MediaCodec>
</Decoders>
<Include href="media_codecs_google_video.xml" />
<Include href="media_codecs_google_video_le.xml" />
</MediaCodecs>

View File

@ -152,7 +152,7 @@ PRODUCT_PACKAGES += \
PRODUCT_COPY_FILES += \
device/asus/flo/configs/media_profiles_V1_0.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_profiles_V1_0.xml \
frameworks/av/media/libstagefright/data/media_codecs_google_audio.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_audio.xml \
frameworks/av/media/libstagefright/data/media_codecs_google_video.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_video.xml \
frameworks/av/media/libstagefright/data/media_codecs_google_video_le.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_video_le.xml \
device/asus/flo/configs/media_codecs.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs.xml \
device/asus/flo/configs/media_codecs_performance.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_performance.xml