Searched refs:SLuint16 (Results 1 - 18 of 18) sorted by relevance

/frameworks/wilhelm/src/itf/
H A DIMIDIMuteSolo.c31 SLuint16 mask = 1 << channel;
55 SLuint16 mask = thiz->mChannelMuteMask;
74 SLuint16 mask = 1 << channel;
98 SLuint16 mask = thiz->mChannelSoloMask;
108 static SLresult IMIDIMuteSolo_GetTrackCount(SLMIDIMuteSoloItf self, SLuint16 *pCount)
117 SLuint16 trackCount = thiz->mTrackCount;
126 static SLresult IMIDIMuteSolo_SetTrackMute(SLMIDIMuteSoloItf self, SLuint16 track, SLboolean mute)
149 static SLresult IMIDIMuteSolo_GetTrackMute(SLMIDIMuteSoloItf self, SLuint16 track, SLboolean *pMute)
169 static SLresult IMIDIMuteSolo_SetTrackSolo(SLMIDIMuteSoloItf self, SLuint16 track, SLboolean solo)
191 static SLresult IMIDIMuteSolo_GetTrackSolo(SLMIDIMuteSoloItf self, SLuint16 trac
[all...]
H A DIPresetReverb.c30 static SLresult IPresetReverb_SetPreset(SLPresetReverbItf self, SLuint16 preset)
65 static SLresult IPresetReverb_GetPreset(SLPresetReverbItf self, SLuint16 *pPreset)
74 SLuint16 preset = SL_REVERBPRESET_NONE;
H A DIEqualizer.c107 static SLresult IEqualizer_GetNumberOfBands(SLEqualizerItf self, SLuint16 *pNumBands)
145 static SLresult IEqualizer_SetBandLevel(SLEqualizerItf self, SLuint16 band, SLmillibel level)
175 static SLresult IEqualizer_GetBandLevel(SLEqualizerItf self, SLuint16 band, SLmillibel *pLevel)
210 static SLresult IEqualizer_GetCenterFreq(SLEqualizerItf self, SLuint16 band, SLmilliHertz *pCenter)
245 static SLresult IEqualizer_GetBandFreqRange(SLEqualizerItf self, SLuint16 band,
289 static SLresult IEqualizer_GetBand(SLEqualizerItf self, SLmilliHertz frequency, SLuint16 *pBand)
305 SLuint16 bestBand = SL_EQUALIZER_UNDEFINED;
331 *pBand = (SLuint16)band;
339 static SLresult IEqualizer_GetCurrentPreset(SLEqualizerItf self, SLuint16 *pPreset)
349 SLuint16 prese
[all...]
H A DIEngineCapabilities.c23 SLEngineCapabilitiesItf self, SLuint16 *pProfilesSupported)
42 SLuint16 voiceType, SLint16 *pNumMaxVoices, SLboolean *pIsAbsoluteMax, SLint16 *pNumFreeVoices)
H A DIAndroidEffectCapabilities.c45 SLchar * pName, SLuint16 *pNameSize) {
H A DIStreamInformation.c185 SLuint16 availableNameLength = *pNameSize;
H A DIEngine.c290 SLuint16 nbBuffers = 0;
301 nbBuffers = (SLuint16) thiz->mDataSource.mLocator.mBufferQueue.numBuffers;
309 nbBuffers = (SLuint16) thiz->mDataSource.mLocator.mABQ.numBuffers;
H A DIAndroidBufferQueue.c56 SLuint16 bufferType, AdvancedBufferHeader *pBuff, bool *pEOS)
/frameworks/wilhelm/src/android/
H A Dandroid_defs.h152 kAndroidBufferTypeInvalid = ((SLuint16) 0x0),
153 kAndroidBufferTypeMpeg2Ts = ((SLuint16) 0x1),
154 kAndroidBufferTypeAacadts = ((SLuint16) 0x2),
/frameworks/wilhelm/src/
H A Ditfstruct.h233 // originally SLuint32, but range-checked down to SLuint16
234 SLuint16 mNumBuffers;
235 /*SLboolean*/ SLuint16 mClearRequested;
339 SLuint16 mPreset;
344 SLuint16 mNumPresets;
345 SLuint16 mNumBands;
403 SLuint16 mChannelMuteMask;
404 SLuint16 mChannelSoloMask;
408 SLuint16 mTrackCount;
514 SLuint16 mPrese
[all...]
H A Dsles_allinclusive.h213 SLuint16 mSLObjectID; // OpenSL ES object ID
/frameworks/wilhelm/include/SLES/
H A DOpenSLES.h69 typedef sl_uint16_t SLuint16; /* 16 bit unsigned integer */ typedef
96 SLuint16 time_mid;
97 SLuint16 time_hi_and_version;
98 SLuint16 clock_seq;
123 #define SL_PROFILES_PHONE ((SLuint16) 0x0001)
124 #define SL_PROFILES_MUSIC ((SLuint16) 0x0002)
125 #define SL_PROFILES_GAME ((SLuint16) 0x0004)
129 #define SL_VOICETYPE_2D_AUDIO ((SLuint16) 0x0001)
130 #define SL_VOICETYPE_MIDI ((SLuint16) 0x0002)
131 #define SL_VOICETYPE_3D_AUDIO ((SLuint16)
[all...]
H A DOpenSLES_Android.h138 SLuint16 *pNameSize);
/frameworks/wilhelm/tests/sandbox/
H A Dreverb.c75 SLuint16 outputMixPresetNumber = ~0;
84 SLuint16 playerPresetNumber = ~0;
342 SLuint16 getPresetReverb = 12345;
346 if (outputMixPresetNumber != ((SLuint16) ~0)) {
462 if (outputMixPresetNumber != ((SLuint16) ~0)) {
524 SLuint16 getPresetReverb = 12345;
528 if (playerPresetNumber != ((SLuint16) ~0)) {
/frameworks/wilhelm/tests/examples/
H A DslesTestEffectCapabilities.cpp121 SLuint16 effectNameLength = FX_NAME_LENGTH;
H A DslesTestEqFdPath.cpp199 SLuint16 nbPresets, preset, nbBands = 0;
223 SLuint16 b = 0;
H A DslesTestEqOutputPath.cpp203 SLuint16 nbPresets, preset, nbBands = 0;
227 SLuint16 b = 0;
/frameworks/wilhelm/tests/mimeUri/
H A DslesTestGetPositionUri.cpp151 SLuint16 counter = 0;

Completed in 748 milliseconds