HomeSort by relevance Sort by last modified time
    Searched refs:mPitch (Results 1 - 8 of 8) sorted by null

  /frameworks/base/core/java/android/speech/tts/
SynthesisRequest.java 47 private int mPitch;
117 return mPitch;
161 mPitch = pitch;
  /frameworks/wilhelm/src/itf/
IPitch.c 32 thiz->mPitch = pitch;
50 SLpermille pitch = thiz->mPitch;
94 thiz->mPitch = 1000;
I3DLocation.c 201 thiz->mOrientationAngles.mPitch = pitch;
284 thiz->mOrientationAngles.mPitch = 0;
I3DMacroscopic.c 82 thiz->mOrientationAngles.mPitch = pitch;
219 thiz->mOrientationAngles.mPitch = 0;
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
TtsPlatformImpl.java 46 mPitch = pitch;
51 mImpl.speak(mUtteranceId, mText, mLang, mRate, mPitch, mVolume);
59 float mPitch;
  /frameworks/wilhelm/src/
classes.h 61 IPitch mPitch;
264 IPitch mPitch;
itfstruct.h 134 SLmillidegree mPitch;
159 SLmillimeter mPitch;
456 SLpermille mPitch;
classes.c 82 {MPH_PITCH, INTERFACE_DYNAMIC_OPTIONAL, offsetof(CAudioPlayer, mPitch)},
314 {MPH_PITCH, INTERFACE_DYNAMIC_OPTIONAL, offsetof(CMidiPlayer, mPitch)},

Completed in 328 milliseconds