OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEFAULT_PAN
(Results
1 - 8
of
8
) sorted by null
/external/sonivox/arm-fm-22k/lib_src/
eas_synth.h
138
#define
DEFAULT_PAN
0x40 /* decimal 64, center */
eas_voicemgt.c
552
pChannel->pan =
DEFAULT_PAN
;
[
all
...]
/external/sonivox/arm-hybrid-22k/lib_src/
eas_synth.h
138
#define
DEFAULT_PAN
0x40 /* decimal 64, center */
eas_voicemgt.c
552
pChannel->pan =
DEFAULT_PAN
;
[
all
...]
/external/sonivox/arm-wt-22k/lib_src/
eas_synth.h
138
#define
DEFAULT_PAN
0x40 /* decimal 64, center */
eas_voicemgt.c
552
pChannel->pan =
DEFAULT_PAN
;
[
all
...]
/frameworks/base/core/java/android/speech/tts/
TextToSpeech.java
176
public static final float
DEFAULT_PAN
= 0.0f;
[
all
...]
TextToSpeechService.java
458
return getFloatParam(Engine.KEY_PARAM_PAN, Engine.
DEFAULT_PAN
);
Completed in 310 milliseconds