HomeSort by relevance Sort by last modified time
    Searched refs:SLpermille (Results 1 - 25 of 42) sorted by null

1 2

  /system/media/wilhelm/src/itf/
IPitch.c 22 static SLresult IPitch_SetPitch(SLPitchItf self, SLpermille pitch)
41 static SLresult IPitch_GetPitch(SLPitchItf self, SLpermille *pPitch)
50 SLpermille pitch = thiz->mPitch;
61 SLpermille *pMinPitch, SLpermille *pMaxPitch)
72 SLpermille minPitch = thiz->mMinPitch;
73 SLpermille maxPitch = thiz->mMaxPitch;
IRatePitch.c 22 static SLresult IRatePitch_SetRate(SLRatePitchItf self, SLpermille rate)
40 static SLresult IRatePitch_GetRate(SLRatePitchItf self, SLpermille *pRate)
49 SLpermille rate = thiz->mRate;
60 SLpermille *pMinRate, SLpermille *pMaxRate)
71 SLpermille minRate = thiz->mMinRate;
72 SLpermille maxRate = thiz->mMaxRate;
IPlaybackRate.c 22 static SLresult IPlaybackRate_SetRate(SLPlaybackRateItf self, SLpermille rate)
53 static SLresult IPlaybackRate_GetRate(SLPlaybackRateItf self, SLpermille *pRate)
62 SLpermille rate = thiz->mRate;
128 SLpermille rate, SLuint32 *pCapabilities)
153 SLpermille *pMinRate, SLpermille *pMaxRate, SLpermille *pStepSize, SLuint32 *pCapabilities)
164 SLpermille minRate = thiz->mMinRate;
165 SLpermille maxRate = thiz->mMaxRate;
166 SLpermille stepSize = thiz->mStepSize
    [all...]
IPrefetchStatus.c 41 static SLresult IPrefetchStatus_GetFillLevel(SLPrefetchStatusItf self, SLpermille *pLevel)
50 SLpermille level = thiz->mLevel;
116 static SLresult IPrefetchStatus_SetFillUpdatePeriod(SLPrefetchStatusItf self, SLpermille period)
140 static SLresult IPrefetchStatus_GetFillUpdatePeriod(SLPrefetchStatusItf self, SLpermille *pPeriod)
149 SLpermille fillUpdatePeriod = thiz->mFillUpdatePeriod;
I3DDoppler.c 110 static SLresult I3DDoppler_SetDopplerFactor(SL3DDopplerItf self, SLpermille dopplerFactor)
124 static SLresult I3DDoppler_GetDopplerFactor(SL3DDopplerItf self, SLpermille *pDopplerFactor)
133 SLpermille dopplerFactor = thiz->mDopplerFactor;
IVibra.c 95 static SLresult IVibra_SetIntensity(SLVibraItf self, SLpermille intensity)
116 static SLresult IVibra_GetIntensity(SLVibraItf self, SLpermille *pIntensity)
129 SLpermille intensity = thiz->mIntensity;
IVolume.c 155 static SLresult IVolume_SetStereoPosition(SLVolumeItf self, SLpermille stereoPosition)
164 SLpermille oldStereoPosition = thiz->mStereoPosition;
177 static SLresult IVolume_GetStereoPosition(SLVolumeItf self, SLpermille *pStereoPosition)
186 SLpermille stereoPosition = thiz->mStereoPosition;
I3DSource.c 130 static SLresult I3DSource_SetRolloffFactor(SL3DSourceItf self, SLpermille rolloffFactor)
148 static SLresult I3DSource_GetRolloffFactor(SL3DSourceItf self, SLpermille *pRolloffFactor)
154 SLpermille rolloffFactor = thiz->mRolloffFactor;
163 static SLresult I3DSource_SetRoomRolloffFactor(SL3DSourceItf self, SLpermille roomRolloffFactor)
181 static SLresult I3DSource_GetRoomRolloffFactor(SL3DSourceItf self, SLpermille *pRoomRolloffFactor)
187 SLpermille roomRolloffFactor = thiz->mRoomRolloffFactor;
IBassBoost.c 89 static SLresult IBassBoost_SetStrength(SLBassBoostItf self, SLpermille strength)
117 static SLresult IBassBoost_GetRoundedStrength(SLBassBoostItf self, SLpermille *pStrength)
126 SLpermille strength = thiz->mStrength;;
IVirtualizer.c 91 static SLresult IVirtualizer_SetStrength(SLVirtualizerItf self, SLpermille strength)
119 static SLresult IVirtualizer_GetRoundedStrength(SLVirtualizerItf self, SLpermille *pStrength)
128 SLpermille strength = thiz->mStrength;;
IEnvironmentalReverb.c 222 SLEnvironmentalReverbItf self, SLpermille decayHFRatio)
251 SLEnvironmentalReverbItf self, SLpermille *pDecayHFRatio)
521 SLEnvironmentalReverbItf self, SLpermille diffusion)
550 SLpermille *pDiffusion)
580 SLpermille density)
609 SLpermille *pDensity)
  /system/media/wilhelm/src/
itfstruct.h 104 SLpermille mDopplerFactor;
184 SLpermille mRolloffFactor;
185 SLpermille mRoomRolloffFactor;
220 SLpermille mStrength;
455 SLpermille mPitch;
457 SLpermille mMinPitch;
458 SLpermille mMaxPitch;
485 SLpermille mRate;
488 SLpermille mMinRate;
489 SLpermille mMaxRate
    [all...]
  /system/media/wilhelm/src/android/
AudioPlayer_to_android.h 80 SLpermille rate, SLuint32 constraints);
87 SLpermille threshold);
  /development/ndk/platforms/android-14/include/SLES/
OpenSLES.h 83 typedef SLint16 SLpermille;
624 SLpermille saturation;
625 SLpermille lightness;
698 SLpermille intensity
702 SLpermille *pIntensity
    [all...]
  /development/ndk/platforms/android-9/include/SLES/
OpenSLES.h 83 typedef SLint16 SLpermille;
624 SLpermille saturation;
625 SLpermille lightness;
698 SLpermille intensity
702 SLpermille *pIntensity
    [all...]
  /prebuilt/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h 83 typedef SLint16 SLpermille;
624 SLpermille saturation;
625 SLpermille lightness;
698 SLpermille intensity
702 SLpermille *pIntensity
    [all...]
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h 83 typedef SLint16 SLpermille;
624 SLpermille saturation;
625 SLpermille lightness;
698 SLpermille intensity
702 SLpermille *pIntensity
    [all...]
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES.h 83 typedef SLint16 SLpermille;
624 SLpermille saturation;
625 SLpermille lightness;
698 SLpermille intensity
702 SLpermille *pIntensity
    [all...]
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/SLES/
OpenSLES.h 83 typedef SLint16 SLpermille;
624 SLpermille saturation;
625 SLpermille lightness;
698 SLpermille intensity
702 SLpermille *pIntensity
    [all...]
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/SLES/
OpenSLES.h 83 typedef SLint16 SLpermille;
624 SLpermille saturation;
625 SLpermille lightness;
698 SLpermille intensity
702 SLpermille *pIntensity
    [all...]
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h 83 typedef SLint16 SLpermille;
624 SLpermille saturation;
625 SLpermille lightness;
698 SLpermille intensity
702 SLpermille *pIntensity
    [all...]
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES.h 83 typedef SLint16 SLpermille;
624 SLpermille saturation;
625 SLpermille lightness;
698 SLpermille intensity
702 SLpermille *pIntensity
    [all...]
  /system/media/wilhelm/include/SLES/
OpenSLES.h 83 typedef SLint16 SLpermille;
624 SLpermille saturation;
625 SLpermille lightness;
698 SLpermille intensity
702 SLpermille *pIntensity
    [all...]
  /system/media/wilhelm/tests/mimeUri/
slesTestSlowDownUri.cpp 71 SLpermille minRate, maxRate, stepSize, rate = 1000;
113 SLpermille level = 0;
292 SLpermille rate = 1234;
308 SLpermille minRate, maxRate, stepSize;
  /system/media/wilhelm/tests/sandbox/
multiplay.c 97 SLpermille level;
262 SLpermille stereoPosition = ((rand() & 0x7FFFFFFF) % 2001) - 1000;

Completed in 73 milliseconds

1 2