Searched defs:mPitch (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/include/media/
H A DAudioResamplerPublic.h91 float mPitch; member in struct:android::AudioPlaybackRate
106 fabs(pr1.mPitch - pr2.mPitch) < AUDIO_TIMESTRETCH_PITCH_MIN_DELTA &&
118 playbackRate.mPitch >= AUDIO_TIMESTRETCH_PITCH_MIN &&
119 playbackRate.mPitch <= AUDIO_TIMESTRETCH_PITCH_MAX;
123 playbackRate.mPitch >= AUDIO_TIMESTRETCH_PITCH_MIN &&
124 playbackRate.mPitch <= AUDIO_TIMESTRETCH_PITCH_MAX;
/frameworks/base/core/java/android/speech/tts/
H A DSynthesisRequest.java47 private int mPitch; field in class:SynthesisRequest
117 return mPitch;
161 mPitch = pitch;
/frameworks/base/media/java/android/media/
H A DPlaybackParams.java96 private float mPitch = 1.0f; field in class:PlaybackParams
106 mPitch = in.readFloat();
107 if (mPitch < 0.f) {
108 mPitch = 0.f;
183 mPitch = pitch;
197 return mPitch;
247 dest.writeFloat(mPitch);
/frameworks/wilhelm/src/
H A Dclasses.h62 IPitch mPitch; member in struct:CAudioPlayer_struct
265 IPitch mPitch; member in struct:__anon1743
H A Ditfstruct.h137 SLmillidegree mPitch; member in struct:__anon1760::__anon1762
162 SLmillimeter mPitch; member in struct:__anon1764::__anon1766
460 SLpermille mPitch; member in struct:__anon1791

Completed in 674 milliseconds