/frameworks/wilhelm/src/itf/ |
D | IMIDIMuteSolo.c | 31 SLuint16 mask = 1 << channel; in IMIDIMuteSolo_SetChannelMute() 55 SLuint16 mask = thiz->mChannelMuteMask; in IMIDIMuteSolo_GetChannelMute() 74 SLuint16 mask = 1 << channel; in IMIDIMuteSolo_SetChannelSolo() 98 SLuint16 mask = thiz->mChannelSoloMask; in IMIDIMuteSolo_GetChannelSolo() 108 static SLresult IMIDIMuteSolo_GetTrackCount(SLMIDIMuteSoloItf self, SLuint16 *pCount) in IMIDIMuteSolo_GetTrackCount() 117 SLuint16 trackCount = thiz->mTrackCount; in IMIDIMuteSolo_GetTrackCount() 126 static SLresult IMIDIMuteSolo_SetTrackMute(SLMIDIMuteSoloItf self, SLuint16 track, SLboolean mute) in IMIDIMuteSolo_SetTrackMute() 149 static SLresult IMIDIMuteSolo_GetTrackMute(SLMIDIMuteSoloItf self, SLuint16 track, SLboolean *pMute) in IMIDIMuteSolo_GetTrackMute() 169 static SLresult IMIDIMuteSolo_SetTrackSolo(SLMIDIMuteSoloItf self, SLuint16 track, SLboolean solo) in IMIDIMuteSolo_SetTrackSolo() 191 static SLresult IMIDIMuteSolo_GetTrackSolo(SLMIDIMuteSoloItf self, SLuint16 track, SLboolean *pSolo) in IMIDIMuteSolo_GetTrackSolo()
|
D | IEqualizer.c | 107 static SLresult IEqualizer_GetNumberOfBands(SLEqualizerItf self, SLuint16 *pNumBands) in IEqualizer_GetNumberOfBands() 145 static SLresult IEqualizer_SetBandLevel(SLEqualizerItf self, SLuint16 band, SLmillibel level) in IEqualizer_SetBandLevel() 175 static SLresult IEqualizer_GetBandLevel(SLEqualizerItf self, SLuint16 band, SLmillibel *pLevel) in IEqualizer_GetBandLevel() 210 static SLresult IEqualizer_GetCenterFreq(SLEqualizerItf self, SLuint16 band, SLmilliHertz *pCenter) in IEqualizer_GetCenterFreq() 245 static SLresult IEqualizer_GetBandFreqRange(SLEqualizerItf self, SLuint16 band, in IEqualizer_GetBandFreqRange() 289 static SLresult IEqualizer_GetBand(SLEqualizerItf self, SLmilliHertz frequency, SLuint16 *pBand) in IEqualizer_GetBand() 305 SLuint16 bestBand = SL_EQUALIZER_UNDEFINED; in IEqualizer_GetBand() 331 *pBand = (SLuint16)band; in IEqualizer_GetBand() 339 static SLresult IEqualizer_GetCurrentPreset(SLEqualizerItf self, SLuint16 *pPreset) in IEqualizer_GetCurrentPreset() 349 SLuint16 preset = thiz->mPreset; in IEqualizer_GetCurrentPreset() [all …]
|
D | IPresetReverb.c | 30 static SLresult IPresetReverb_SetPreset(SLPresetReverbItf self, SLuint16 preset) in IPresetReverb_SetPreset() 65 static SLresult IPresetReverb_GetPreset(SLPresetReverbItf self, SLuint16 *pPreset) in IPresetReverb_GetPreset() 74 SLuint16 preset = SL_REVERBPRESET_NONE; in IPresetReverb_GetPreset()
|
D | IEngineCapabilities.c | 23 SLEngineCapabilitiesItf self, SLuint16 *pProfilesSupported) in IEngineCapabilities_QuerySupportedProfiles() 42 SLuint16 voiceType, SLint16 *pNumMaxVoices, SLboolean *pIsAbsoluteMax, SLint16 *pNumFreeVoices) in IEngineCapabilities_QueryAvailableVoices()
|
D | IAndroidEffectCapabilities.c | 45 SLchar * pName, SLuint16 *pNameSize) { in IAndroidEffectCapabilities_QueryEffect()
|
D | IStreamInformation.c | 185 SLuint16 availableNameLength = *pNameSize; in IStreamInformation_QueryStreamName()
|
D | IEngine.c | 291 SLuint16 nbBuffers = 0; in IEngine_CreateAudioPlayer() 302 nbBuffers = (SLuint16) thiz->mDataSource.mLocator.mBufferQueue.numBuffers; in IEngine_CreateAudioPlayer() 312 nbBuffers = (SLuint16) thiz->mDataSource.mLocator.mABQ.numBuffers; in IEngine_CreateAudioPlayer()
|
D | IAndroidBufferQueue.c | 56 SLuint16 bufferType, AdvancedBufferHeader *pBuff, bool *pEOS) in setItems()
|
/frameworks/wilhelm/include/SLES/ |
D | OpenSLES.h | 69 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) 0x0004) [all …]
|
D | OpenSLES_Android.h | 183 SLuint16 *pNameSize);
|
/frameworks/wilhelm/src/ |
D | itfstruct.h | 237 SLuint16 mNumBuffers; 238 /*SLboolean*/ SLuint16 mClearRequested; 344 SLuint16 mPreset; 349 SLuint16 mNumPresets; 350 SLuint16 mNumBands; 408 SLuint16 mChannelMuteMask; 409 SLuint16 mChannelSoloMask; 413 SLuint16 mTrackCount; 519 SLuint16 mPreset; 678 SLuint16 mNumBuffers;
|
D | sles_allinclusive.h | 213 SLuint16 mSLObjectID; // OpenSL ES object ID
|
/frameworks/wilhelm/src/android/ |
D | android_defs.h | 152 kAndroidBufferTypeInvalid = ((SLuint16) 0x0), 153 kAndroidBufferTypeMpeg2Ts = ((SLuint16) 0x1), 154 kAndroidBufferTypeAacadts = ((SLuint16) 0x2),
|
/frameworks/wilhelm/tests/sandbox/ |
D | reverb.c | 75 SLuint16 outputMixPresetNumber = ~0; 84 SLuint16 playerPresetNumber = ~0; 342 SLuint16 getPresetReverb = 12345; in main() 346 if (outputMixPresetNumber != ((SLuint16) ~0)) { in main() 462 if (outputMixPresetNumber != ((SLuint16) ~0)) { in main() 524 SLuint16 getPresetReverb = 12345; in main() 528 if (playerPresetNumber != ((SLuint16) ~0)) { in main()
|
/frameworks/wilhelm/tests/examples/ |
D | slesTestEqFdPath.cpp | 199 SLuint16 nbPresets, preset, nbBands = 0; in TestEQPathFromFD() 223 SLuint16 b = 0; in TestEQPathFromFD()
|
D | slesTestEqOutputPath.cpp | 203 SLuint16 nbPresets, preset, nbBands = 0; in TestEQPathFromFD() 227 SLuint16 b = 0; in TestEQPathFromFD()
|
D | slesTestEffectCapabilities.cpp | 120 SLuint16 effectNameLength = FX_NAME_LENGTH; in TestGenericFxCapabilities()
|
/frameworks/wilhelm/tests/mimeUri/ |
D | slesTestGetPositionUri.cpp | 148 SLuint16 counter = 0; in TestGetPositionUri()
|