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

  /cts/tests/tests/media/libndkaudio/
AudioRecorder.cpp 130 SLDataLocator_AndroidSimpleBufferQueue recBuffQueue;
131 recBuffQueue.locatorType = SL_DATALOCATOR_ANDROIDSIMPLEBUFFERQUEUE;
132 recBuffQueue.numBuffers = NB_BUFFERS_IN_QUEUE;
145 recDest.pLocator = (void *) &recBuffQueue;
  /frameworks/wilhelm/tests/examples/
slesTestRecBuffQueue.cpp 210 SLDataLocator_AndroidSimpleBufferQueue recBuffQueue;
263 recBuffQueue.locatorType = SL_DATALOCATOR_ANDROIDSIMPLEBUFFERQUEUE;
264 recBuffQueue.numBuffers = NB_BUFFERS_IN_QUEUE;
312 recDest.pLocator = (void *) &recBuffQueue;

Completed in 77 milliseconds