-
-
Notifications
You must be signed in to change notification settings - Fork 394
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'aosp/main'
- Loading branch information
Showing
13 changed files
with
45 additions
and
95 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
# *** THIS PACKAGE HAS SPECIAL LICENSING CONDITIONS. PLEASE | ||
# CONSULT THE OWNERS AND [email protected] BEFORE | ||
# DEPENDING ON IT IN YOUR PROJECT. *** | ||
third_party { | ||
license_note: "Software License for The Fraunhofer FDK AAC Codec Library for Android" | ||
license_type: BY_EXCEPTION_ONLY | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,6 +46,14 @@ cc_defaults { | |
"[email protected]", | ||
], | ||
componentid: 155276, | ||
hotlists: [ | ||
"4593311", | ||
], | ||
description: "The fuzzer targets the APIs of libFraunhoferAAC", | ||
vector: "remote", | ||
service_privilege: "privileged", | ||
users: "multi_user", | ||
fuzzed_code_usage: "shipped", | ||
}, | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -222,14 +222,16 @@ [email protected] | |
#define POW2COEFF_16BIT | ||
#define LDCOEFF_16BIT | ||
|
||
#elif defined(__powerpc__) | ||
#define ARCH_PREFER_MULT_32x32 | ||
#elif defined(__riscv) | ||
#define ARCH_PREFER_MULT_32x16 | ||
#define SINETABLE_16BIT | ||
#define POW2COEFF_16BIT | ||
#define LDCOEFF_16BIT | ||
#define WINDOWTABLE_16BIT | ||
|
||
#elif defined(__powerpc__) | ||
#define ARCH_PREFER_MULT_32x32 | ||
|
||
#else | ||
#warning >>>> Please set architecture characterization defines for your platform (FDK_HIGH_PERFORMANCE)! <<<< | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters