Searched defs:mPitch (Results 1 - 6 of 6) 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/av/media/libaudioprocessing/include/
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.h64 IPitch mPitch; member in struct:CAudioPlayer_struct
273 IPitch mPitch; member in struct:__anon2098
H A Ditfstruct.h136 SLmillidegree mPitch; member in struct:__anon2115::__anon2117
161 SLmillimeter mPitch; member in struct:__anon2119::__anon2121
459 SLpermille mPitch; member in struct:__anon2146

Completed in 1394 milliseconds