HomeSort by relevance Sort by last modified time
    Searched refs:locatorType (Results 1 - 8 of 8) sorted by null

  /cts/tests/tests/nativemedia/sl/src/
SLObjectCreationTest.cpp 131 locatorOutputmixSnk.locatorType = SL_DATALOCATOR_OUTPUTMIX;
138 locatorUriSrc.locatorType = SL_DATALOCATOR_URI;
148 locatorFdSrc.locatorType = SL_DATALOCATOR_ANDROIDFD;
160 locatorBqSnk.locatorType = SL_DATALOCATOR_ANDROIDSIMPLEBUFFERQUEUE;
210 locatorBufferQueue.locatorType = SL_DATALOCATOR_BUFFERQUEUE;
232 locatorAbqSrc.locatorType = SL_DATALOCATOR_ANDROIDBUFFERQUEUE;
269 locatorAbqSrc.locatorType = SL_DATALOCATOR_ANDROIDBUFFERQUEUE;
287 locatorIoDeviceSrc.locatorType = SL_DATALOCATOR_IODEVICE;
  /development/ndk/platforms/android-14/include/OMXAL/
OpenMAXAL_Android.h 140 * locatorType must be XA_DATALOCATOR_ANDROIDBUFFERQUEUE */
142 XAuint32 locatorType;
156 /** File Descriptor-based data locator definition, locatorType must be XA_DATALOCATOR_ANDROIDFD */
158 XAuint32 locatorType;
OpenMAXAL.h 440 XAuint32 locatorType;
452 XAuint32 locatorType;
461 XAuint32 locatorType;
467 XAuint32 locatorType;
472 XAuint32 locatorType;
    [all...]
  /development/ndk/platforms/android-9/include/SLES/
OpenSLES_Android.h 217 /** File Descriptor-based data locator definition, locatorType must be SL_DATALOCATOR_ANDROIDFD */
219 SLuint32 locatorType;
233 /** BufferQueue-based data locator definition where locatorType must be SL_DATALOCATOR_ANDROIDSIMPLEBUFFERQUEUE*/
235 SLuint32 locatorType;
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...]
  /development/ndk/platforms/android-14/include/SLES/
OpenSLES_Android.h 305 /** File Descriptor-based data locator definition, locatorType must be SL_DATALOCATOR_ANDROIDFD */
307 SLuint32 locatorType;
321 /** BufferQueue-based data locator definition where locatorType must be SL_DATALOCATOR_ANDROIDSIMPLEBUFFERQUEUE*/
323 SLuint32 locatorType;
336 * locatorType must be SL_DATALOCATOR_ANDROIDBUFFERQUEUE */
338 SLuint32 locatorType;
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...]
  /external/chromium_org/third_party/webrtc/modules/audio_device/android/
opensles_output.cc 394 locator_outputmix.locatorType = SL_DATALOCATOR_OUTPUTMIX;

Completed in 349 milliseconds