Commit graph

10 commits

Author SHA1 Message Date
Elliott Hughes
a4398eccb8 Remove mips workarounds.
Test: treehugger
Change-Id: I87fd4cb3f3eacfc028a5e878d6ddb9b92b86b676
2020-03-06 21:36:57 -08:00
Harish Mahendrakar
1f6b5fcb36 Add host support for libxaacdec
am: 0f1f783387

Change-Id: If3de9ecaa7c063644ef91096d123b2a99c491612
2019-08-20 16:54:05 -07:00
Harish Mahendrakar
0f1f783387 Add host support for libxaacdec
Test: Build libxaacdec on host
Bug: 139379050
Change-Id: I7b71c4c00839597c66d97077870d55beb55f34a1
2019-08-16 14:32:55 -07:00
Inseob Kim
57b59b8ffc Remove vndk enabled: true
am: b3e1c0361a

Change-Id: I8e44bd2dfcd9f21f6d6a5bf88bbb3849acd11f0e
2019-07-27 21:11:32 -07:00
Inseob Kim
b3e1c0361a Remove vndk enabled: true
vndk: {enabled: true} has no effect for static libraries.

Bug: 137178339
Test: m
Change-Id: Ia160eeb29c75a006eb8270c234b0517ce98c50f8
2019-07-11 13:05:47 +09:00
Harish Mahendrakar
7cb3113e63 Added CFI blacklist to handle indirect calls to assembly functions
Since libxaac is a static library, both CFI and non-CFI variants will
be built and linked accordingly.
Hence it is not enabled explicitly now.
If it is used as a shared library in the future, we'll need to
explicitly re-enable CFI in the build file.

Bug: 117994055
Change-Id: If70531b14d418e458b8061889b337d4a4c99bda2
2019-01-18 16:35:54 -08:00
Ivan Lozano
1e4bbe9922 Enable bounds sanitization in libxaac.
Enables bounds sanitization in libxaac.

Bug: 117221610
Test: Device boots
Change-Id: I8fa29ef113907937751e21c46dfc9a7790d9205f
2018-12-05 18:37:51 -08:00
Harish Mahendrakar
8eb646f89b Collected Cleanups from Ittiam
Test: CTS android.media.cts.DecoderTest{AacDrc,XheAac}

Added __ARM_NEON__ check to generic function selector

Bug: 80432407
Change-Id: I66c7879fda1369da88ccaea5f8792ea54657cdaf

Added support to build for mips

Bug: 80432286
Change-Id: I908029bbaddd3c1fbc39be1192926b56d981576e

Add optimized versions for qmf_dec for armv7 and armv8

Separating common functions and platform specific functions
in ixheaacd_qmf_dec.c. Platform specific functions are moved
to qmf_dec in armv7, armv8 and generic folder.

Bug: 80431870
Change-Id: I860cb79a1870e228d2108b7915418e1c003cefc5

Fixes for crashes reported by Fuzzer tool

Bug: 109697676
Change-Id: I862fc054b99ee9d427d20596bc8d2e85522a7188
2018-06-05 13:04:22 -07:00
Ray Essick
4908247643 Sanitization fixes from new CTS tests
Updates from vendor to remedy issues exposed by new CTS tests

Bug: 77287124
Test: CTS DecoderTest, DecoderTest{AacDrc,XheAac}

@ Sanitizer fixes in libxaac

Fixes few integer overflow sanitizer errors
Progagate few errors
ENABLE_DRC macro is removed
AMMENDMENT1 macro is removed

Change-Id: Ic61163dfd6318bd4a00ed45e1295c819cb0f637b

@ Add support for audio pre-roll and DRC effect type

Also includes the following
MPEG-D DRC parameters related changes
USAC config switch changes
SBR config switch changes

Bug: 80133175
Change-Id: I0ab25641768cf523b66f7b0fcb4137429c1c4a77

@ Fixed trailing spaces

Change-Id: I32de0c9d3f7237e1fbf8dfef1cac485ef8458173

@ Replaced tabs

Change-Id: Ic741ee13d7b978b37edc27d087903caaa40b8d90
2018-05-25 11:35:52 -07:00
Ray Essick
51aa06e124 Bring xHE-AAC into pi-dev branch
bring the multi-commit integration from master to pi-dev

libxaac multi-arch cleanup

Change-Id: Ibcefa14f439e75f48a54955c9abf1a06c418e41e
Change-Id: Ia7a9b1e4de0add847c136f6f545b81dc8087521d
Change-Id: I12c3f8414dc9971017de223e88f292f8982a5c9b

Fix dependency error in Android.bp
Change-Id: Ic54f688736b3f2a70172676e4cee22aea4cbd705

Localized Android.bp
Change-Id: I68c4fc24fca279104c8ce2129fd4a3ed8d116b9b

Import xHE-AAC decoder from Ittiam
Change-Id: I3c8d124033f967b29d6e384cce5c843ee17a7bb1

Bug: 77287124
Test: build, cts DecoderTest
2018-05-17 14:36:48 -07:00