HomeSort by relevance Sort by last modified time
    Searched refs:locatorType (Results 51 - 75 of 114) sorted by null

1 23 4 5

  /frameworks/wilhelm/src/desktop/
SndFile.c 140 SLuint32 locatorType = *(SLuint32 *)pAudioSrc->pLocator;
142 switch (locatorType) {
  /frameworks/wilhelm/tests/examples/
slesTestPlayFdPath.cpp 96 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
110 locatorFd.locatorType = SL_DATALOCATOR_ANDROIDFD;
slesTestSawtoothBufferQueue.cpp 165 bufferQueue.locatorType = SL_DATALOCATOR_BUFFERQUEUE;
181 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
slesTestRecBuffQueue.cpp 193 ioDevice.locatorType = SL_DATALOCATOR_IODEVICE;
201 recBuffQueue.locatorType = SL_DATALOCATOR_ANDROIDSIMPLEBUFFERQUEUE;
slesTestDecodeToBuffQueue.cpp 332 decUri.locatorType = SL_DATALOCATOR_URI;
343 decBuffQueue.locatorType = SL_DATALOCATOR_ANDROIDSIMPLEBUFFERQUEUE;
  /frameworks/wilhelm/tests/mimeUri/
slesTestLoopUri.cpp 169 uri.locatorType = SL_DATALOCATOR_URI;
179 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
slesTestPlayStreamType.cpp 97 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
116 uri.locatorType = SL_DATALOCATOR_URI;
slesTestPlayUri.cpp 175 uri.locatorType = SL_DATALOCATOR_URI;
185 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
slesTestPlayUri2.cpp 116 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
125 uri.locatorType = SL_DATALOCATOR_URI;
slesTest_playStates.cpp 95 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
111 uri.locatorType = SL_DATALOCATOR_URI;
slesTestGetPositionUri.cpp 182 uri.locatorType = SL_DATALOCATOR_URI;
192 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
slesTestManyPlayers.cpp 160 //uri = { SL_DATALOCATOR_URI /*locatorType*/, (SLchar*) path /*URI*/ };
163 uri.locatorType = SL_DATALOCATOR_URI;
173 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
slesTestSlowDownUri.cpp 224 uri.locatorType = SL_DATALOCATOR_URI;
234 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
  /frameworks/wilhelm/tests/
mimeUri_test.cpp 149 uri.locatorType = SL_DATALOCATOR_URI;
159 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
  /frameworks/wilhelm/tests/sandbox/
configbq.c 105 loc_bufq.locatorType = SL_DATALOCATOR_BUFFERQUEUE;
121 loc_outmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
intbufq.c 108 locator_bufferqueue.locatorType = DATALOCATOR_BUFFERQUEUE;
110 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
srcsink.c 40 loc_bufq.locatorType = SL_DATALOCATOR_BUFFERQUEUE;
56 loc_outmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
monkey.c 100 loc_uri.locatorType = SL_DATALOCATOR_URI;
111 loc_outmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
xaplay.c 394 locUri.locatorType = XA_DATALOCATOR_URI;
406 locABQ.locatorType = XA_DATALOCATOR_ANDROIDBUFFERQUEUE;
418 locOM.locatorType = XA_DATALOCATOR_OUTPUTMIX;
427 locND.locatorType = XA_DATALOCATOR_NATIVEDISPLAY;
    [all...]
playbq.c 324 loc_bufq.locatorType = SL_DATALOCATOR_BUFFERQUEUE;
341 loc_outmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
playbq.cpp 324 loc_bufq.locatorType = SL_DATALOCATOR_BUFFERQUEUE;
341 loc_outmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
  /frameworks/wilhelm/tests/listening/
slesTest_playMuteSolo.cpp 210 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
226 uri.locatorType = SL_DATALOCATOR_URI;
  /frameworks/wilhelm/tests/sandbox/streamSource/
slesTestPlayStream.cpp 234 streamLocator.locatorType = SL_DATALOCATOR_ANDROIDBUFFERQUEUE;
244 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
  /frameworks/wilhelm/tests/automated/
BufferQueue_test.cpp 115 locator_bufferqueue.locatorType = SL_DATALOCATOR_BUFFERQUEUE;
117 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;
  /development/ndk/platforms/android-14/include/SLES/
OpenSLES.h 258 /** URI-based data locator definition where locatorType must be SL_DATALOCATOR_URI*/
260 SLuint32 locatorType;
264 /** Address-based data locator definition where locatorType must be SL_DATALOCATOR_ADDRESS*/
266 SLuint32 locatorType;
278 /** IODevice-based data locator definition where locatorType must be SL_DATALOCATOR_IODEVICE*/
280 SLuint32 locatorType;
286 /** OutputMix-based data locator definition where locatorType must be SL_DATALOCATOR_OUTPUTMIX*/
288 SLuint32 locatorType;
293 /** BufferQueue-based data locator definition where locatorType must be SL_DATALOCATOR_BUFFERQUEUE*/
295 SLuint32 locatorType;
    [all...]

Completed in 501 milliseconds

1 23 4 5