OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AUX_MAX
(Results
1 - 3
of
3
) sorted by null
/frameworks/wilhelm/src/itf/
IEffectSend.c
24
static const unsigned char AUX_to_MPH[
AUX_MAX
] = {
58
assert(aux <
AUX_MAX
);
327
for (aux = 0; aux <
AUX_MAX
; ++aux, ++enableLevel) {
/frameworks/wilhelm/src/
itfstruct.h
282
#define
AUX_MAX
2
287
struct EnableLevel mEnableLevels[
AUX_MAX
]; // wet enable and volume per effect type
/frameworks/wilhelm/src/android/
AudioPlayer_to_android.cpp
253
for (unsigned int i=0 ; i<
AUX_MAX
; i++) {
[
all
...]
Completed in 315 milliseconds