HomeSort by relevance Sort by last modified time
    Searched refs:SLuint32 (Results 151 - 173 of 173) sorted by null

1 2 3 4 5 67

  /frameworks/wilhelm/tests/sandbox/
urimime.c 77 SLuint32 numInterfaces = 1;
137 SLuint32 playState;
outputmix.c 42 SLuint32 numSupportedInterfaces;
47 SLuint32 i;
183 SLuint32 deviceIDs[1];
playbq.c 48 SLuint32 byteOrder; // desired to use for PCM buffers
49 SLuint32 nativeByteOrder; // of platform
50 SLuint32 bitsPerSample = 16;
97 SLuint32 nbytes = count * sfinfo.channels * sizeof(short);
384 SLuint32 defaultProperties;
439 SLuint32 nbytes = count * sfinfo.channels * sizeof(short);
playbq.cpp 48 SLuint32 byteOrder; // desired to use for PCM buffers
49 SLuint32 nativeByteOrder; // of platform
50 SLuint32 bitsPerSample = 16;
97 SLuint32 nbytes = count * sfinfo.channels * sizeof(short);
384 SLuint32 defaultProperties;
439 SLuint32 nbytes = count * sfinfo.channels * sizeof(short);
reverb.c 180 SLuint32 prefetch_status = SL_PREFETCHSTATUS_UNKNOWN;
190 void prefetch_callback(SLPrefetchStatusItf caller, void *context, SLuint32 event)
197 SLuint32 status;
200 SLuint32 new_prefetch_status;
322 SLuint32 count = 0;
647 SLuint32 state;
multiplay.c 91 void prefetch_callback(SLPrefetchStatusItf caller, void *context, SLuint32 event)
100 SLuint32 status;
236 SLuint32 state;
configbq.c 29 SLuint32 milliHz;
128 SLuint32 numInterfaces = 1;
intbufq.c 143 SLuint32 state;
252 SLuint32 newstate;
  /frameworks/wilhelm/src/
locks.c 165 SLuint32 objectID = IObjectToObjectID(thiz);
166 SLuint32 index = objectID;
205 SLuint32 prefetchEvents = SL_PREFETCHEVENT_NONE;
classes.c 504 LI_API const ClassTable *objectIDtoClass(SLuint32 objectID)
508 SLuint32 slObjectID0 = slClasses[0]->mSLObjectID;
514 SLuint32 xaObjectID0 = xaClasses[0]->mXAObjectID;
  /frameworks/wilhelm/tests/examples/
slesTestBassBoostPath.cpp 173 SLuint32 prefetchStatus = SL_PREFETCHSTATUS_UNDERFLOW;
277 {(SLuint32) SL_ENGINEOPTION_THREADSAFE, (SLuint32) SL_BOOLEAN_TRUE}
slesTestPlayFdPath.cpp 155 SLuint32 prefetchStatus = SL_PREFETCHSTATUS_UNDERFLOW;
209 {(SLuint32) SL_ENGINEOPTION_THREADSAFE, (SLuint32) SL_BOOLEAN_TRUE}
slesTestVirtualizerPath.cpp 174 SLuint32 prefetchStatus = SL_PREFETCHSTATUS_UNDERFLOW;
279 {(SLuint32) SL_ENGINEOPTION_THREADSAFE, (SLuint32) SL_BOOLEAN_TRUE}
slesTestEqFdPath.cpp 178 SLuint32 prefetchStatus = SL_PREFETCHSTATUS_UNDERFLOW;
312 {(SLuint32) SL_ENGINEOPTION_THREADSAFE, (SLuint32) SL_BOOLEAN_TRUE}
slesTestEqOutputPath.cpp 182 SLuint32 prefetchStatus = SL_PREFETCHSTATUS_UNDERFLOW;
313 {(SLuint32) SL_ENGINEOPTION_THREADSAFE, (SLuint32) SL_BOOLEAN_TRUE}
  /frameworks/wilhelm/tests/mimeUri/
slesTest_playStates.cpp 152 SLuint32 prefetchStatus = SL_PREFETCHSTATUS_UNDERFLOW;
223 {(SLuint32) SL_ENGINEOPTION_THREADSAFE, (SLuint32) SL_BOOLEAN_TRUE}
  /frameworks/wilhelm/src/android/
android_StreamPlayer.cpp 53 const SLuint32 StreamSourceAppProxy::kItemProcessed[NB_BUFFEREVENT_ITEM_FIELDS] = {
55 sizeof(SLuint32), // item size
285 NB_BUFFEREVENT_ITEM_FIELDS *sizeof(SLuint32) /* itemsLength */ );
android_Effect.cpp 43 static inline SLuint32 KEY_FROM_GUID(SLInterfaceID pUuid) {
679 SLresult android_genericFx_queryNumEffects(SLuint32 *pNumSupportedAudioEffects) {
712 SLresult android_genericFx_queryEffect(SLuint32 index, effect_descriptor_t* pDescriptor) {
830 SLuint32 command, SLuint32 commandSize, void* pCommandData,
831 SLuint32 *replySize, void *pReplyData) {
  /frameworks/wilhelm/src/itf/
ISeek.c 22 static SLresult ISeek_SetPosition(SLSeekItf self, SLmillisecond pos, SLuint32 seekMode)
IOutputMixExt.c 60 SLuint32 framesMixed = track->mFramesMixed;
169 void IOutputMixExt_FillBuffer(SLOutputMixExtItf self, void *pBuffer, SLuint32 size)
384 switch (*(SLuint32 *)pAudioSnk->pLocator) {
IObject.c 284 static SLresult IObject_GetState(SLObjectItf self, SLuint32 *pState)
589 SLuint32 state = *--interfaceStateP;
694 SLuint32 i;
702 for (i = 0; i < (SLuint32) numInterfaces; ++i) {
IEffectSend.c 70 SLuint32 state = outputMix->mObject.mInterfaceStates[index];
  /frameworks/wilhelm/src/ut/
OpenSLESUT.c 138 const char *slesutObjectIDToString(SLuint32 objectID)

Completed in 518 milliseconds

1 2 3 4 5 67