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

  /system/media/opensles/libopensles/
IDeviceVolume.c 64 this->mVolume[~deviceID] = volume;
96 SLint32 volume = this->mVolume[~deviceID];
124 this->mVolume[i] = 10;
IAndroidEffectSend.c 46 initialLevel + ap->mVolume.mLevel);
166 result = android_fxSend_setSendLevel(ap, sendLevel + ap->mVolume.mLevel);
IEffectSend.c 142 initialLevel + ap->mVolume.mLevel));
146 initialLevel + ap->mVolume.mLevel));
269 result = android_fxSend_setSendLevel(ap, sendLevel + ap->mVolume.mLevel);
IOutputMixExt.c 430 SLboolean mute = audioPlayer->mVolume.mMute;
433 SLmillibel level = audioPlayer->mVolume.mLevel;
434 SLboolean enableStereoPosition = audioPlayer->mVolume.mEnableStereoPosition;
435 SLpermille stereoPosition = audioPlayer->mVolume.mStereoPosition;
android_AudioPlayer.cpp 114 ap->mAmplFromVolLevel = sles_to_android_amplification(ap->mVolume.mLevel);
120 if (ap->mVolume.mEnableStereoPosition) {
124 double theta = (1000+ap->mVolume.mStereoPosition)*M_PI_4/1000.0f; // 0 <= theta <= Pi/2
129 if (ap->mVolume.mStereoPosition > 0) {
130 ap->mAmplFromStereoPos[0] = (1000-ap->mVolume.mStereoPosition)/1000.0f;
134 ap->mAmplFromStereoPos[1] = (1000+ap->mVolume.mStereoPosition)/1000.0f;
150 ap->mEffectSend.mEnableLevels[i].mSendLevel + ap->mVolume.mLevel);
157 android_fxSend_setSendLevel(ap, ap->mAndroidEffectSend.mSendLevel + ap->mVolume.mLevel);
372 android_fxSend_attach(ap, true, ap->mAuxEffect, ap->mVolume.mLevel + ap->mAuxSendLevel);
    [all...]
classes.c 74 {MPH_VOLUME, INTERFACE_EXPLICIT, offsetof(CAudioPlayer, mVolume)},
122 {MPH_VOLUME, INTERFACE_OPTIONAL, offsetof(CAudioRecorder, mVolume)},
291 {MPH_VOLUME, INTERFACE_EXPLICIT_GAME_PHONE, offsetof(CMidiPlayer, mVolume)},
340 {MPH_VOLUME, INTERFACE_OPTIONAL, offsetof(COutputMix, mVolume)},
sles_allinclusive.h 503 SLint32 mVolume[MAX_DEVICE];
941 IVolume mVolume;
1033 IVolume mVolume;
    [all...]
android_Effect.cpp 476 ap->mAuxSendLevel = sendLevel - ap->mVolume.mLevel;
524 ap->mAuxSendLevel = sendLevel - ap->mVolume.mLevel;
  /frameworks/base/services/audioflinger/
AudioResamplerCubic.cpp 55 int32_t vl = mVolume[0];
56 int32_t vr = mVolume[1];
120 int32_t vl = mVolume[0];
121 int32_t vr = mVolume[1];
AudioResampler.cpp 126 mVolume[0] = mVolume[1] = 0;
147 mVolume[0] = left;
148 mVolume[1] = right;
173 int32_t vl = mVolume[0];
174 int32_t vr = mVolume[1];
269 int32_t vl = mVolume[0];
270 int32_t vr = mVolume[1];
AudioResampler.h 79 int16_t mVolume[2];
AudioPolicyService.h 206 float mVolume;
218 float mVolume;
AudioPolicyService.cpp 693 volume %f, output %d", data->mStream, data->mVolume, data->mIO);
695 data->mVolume,
717 data->mVolume);
718 command->mStatus = AudioSystem::setVoiceVolume(data->mVolume);
819 data->mVolume = volume;
877 data->mVolume = volume;
    [all...]
AudioFlinger.h 504 float mVolume[2];
    [all...]
AudioFlinger.cpp     [all...]
  /frameworks/base/media/libmedia/
AudioTrack.cpp 206 mVolume[LEFT] = 1.0f;
207 mVolume[RIGHT] = 1.0f;
444 mVolume[LEFT] = left;
445 mVolume[RIGHT] = right;
456 *left = mVolume[LEFT];
459 *right = mVolume[RIGHT];
761 mCblk->volumeLR = (uint32_t(uint16_t(mVolume[RIGHT] * 0x1000)) << 16) | uint16_t(mVolume[LEFT] * 0x1000);
1075 snprintf(buffer, 255, " stream type(%d), left - right volume(%f, %f)\n", mStreamType, mVolume[0], mVolume[1])
    [all...]
ToneGenerator.cpp     [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/voice/
RecognitionView.java 70 private float mVolume = 0.0f;
90 int index = (int) ((mVolume - min) / (max - min) * maxLevel);
175 mVolume = rmsdB;
  /frameworks/base/include/media/
AudioTrack.h 454 float mVolume[2];
ToneGenerator.h 268 float mVolume; // Volume applied to audio track

Completed in 928 milliseconds