Home
last modified time | relevance | path

Searched refs:MAX_ARAM_BLOCKS (Results 1 – 12 of 12) sorted by relevance

/RvlSDK-2.1/build/demos/axdemo/src/
Dsyndemo.c85 #define MAX_ARAM_BLOCKS 2 macro
86 static u32 aramMemArray[MAX_ARAM_BLOCKS];
338 ARInit(aramMemArray, MAX_ARAM_BLOCKS); in main()
Ddpl2demo.c88 #define MAX_ARAM_BLOCKS 3 macro
96 static u32 aramMemArray[MAX_ARAM_BLOCKS];
453 ARInit(aramMemArray, MAX_ARAM_BLOCKS); in main()
Dcompressor.c85 #define MAX_ARAM_BLOCKS 3 macro
93 static u32 aramMemArray[MAX_ARAM_BLOCKS];
936 ARInit(aramMemArray, MAX_ARAM_BLOCKS); in main()
Ddpl2reverb.c94 #define MAX_ARAM_BLOCKS 3 macro
102 static u32 aramMemArray[MAX_ARAM_BLOCKS];
906 ARInit(aramMemArray, MAX_ARAM_BLOCKS); in main()
Daxfilter.c96 #define MAX_ARAM_BLOCKS 3 // Use AR allocator to divide ARAM into 3 blocks macro
104 static u32 aramMemArray[MAX_ARAM_BLOCKS];
969 ARInit(aramMemArray, MAX_ARAM_BLOCKS); in main()
Dseqdemo.c117 #define MAX_ARAM_BLOCKS 2 macro
118 static u32 aramMemArray[MAX_ARAM_BLOCKS];
1026 ARInit(aramMemArray, MAX_ARAM_BLOCKS); in main()
Daxart3ddemo.c89 #define MAX_ARAM_BLOCKS 2 macro
90 static u32 aramMemArray[MAX_ARAM_BLOCKS];
425 ARInit(aramMemArray, MAX_ARAM_BLOCKS); in main()
Daxstream.c95 #define MAX_ARAM_BLOCKS 2 macro
96 static u32 aramMemArray[MAX_ARAM_BLOCKS];
1010 ARInit(aramMemArray, MAX_ARAM_BLOCKS); in main()
/RvlSDK-2.1/build/demos/thpdemo/src/THPSimple/
Daxseq.c51 static u32 AramMemArray[MAX_ARAM_BLOCKS];
137 ARInit(AramMemArray, MAX_ARAM_BLOCKS); in AXSeqSetup()
/RvlSDK-2.1/build/demos/thpdemo/src/THPPlayerStrmAX/
Dmain.c47 #define MAX_ARAM_BLOCKS 10 macro
48 static u32 AramMemArray[MAX_ARAM_BLOCKS];
80 ARInit(AramMemArray, MAX_ARAM_BLOCKS); in main()
/RvlSDK-2.1/build/demos/thpdemo/include/
Daxseq.h32 #define MAX_ARAM_BLOCKS 2 macro
/RvlSDK-2.1/build/demos/spdemo/src/
Dspdemo.c81 #define MAX_ARAM_BLOCKS 3 macro
89 static u32 aramMemArray[MAX_ARAM_BLOCKS];
592 ARInit(aramMemArray, MAX_ARAM_BLOCKS); in main()