HomeSort by relevance Sort by last modified time
    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/
TextToSpeechService.java 530 return getFloatParam(Engine.KEY_PARAM_PAN, Engine.DEFAULT_PAN);
    [all...]
TextToSpeech.java 206 public static final float DEFAULT_PAN = 0.0f;
    [all...]

Completed in 405 milliseconds