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

  /cts/apps/CtsVerifier/jni/audio_loopback/
sles.h 42 SLuint32 bufSizeInBytes; // calculated
sles.cpp 129 pSles->bufSizeInBytes);
194 pSles->bufSizeInBytes);
240 // SLuint32 bufSizeInBytes = 0; // calculated
268 pSles->bufSizeInBytes = 0; // calculated
298 pSles->bufSizeInBytes = pSles->channels * pSles->bufSizeInFrames * sizeof(short);
304 pSles->freeBuffers[j] = (char *) malloc(pSles->bufSizeInBytes);
432 buffer, pSles->bufSizeInBytes);
520 buffer, pSles->bufSizeInBytes);
  /frameworks/wilhelm/tests/examples/
slesTestFeedback.cpp 44 static SLuint32 bufSizeInBytes = 0; // calculated
110 result = (*recorderBufferQueue)->Enqueue(recorderBufferQueue, buffer, bufSizeInBytes);
124 result = (*playerBufferQueue)->Enqueue(playerBufferQueue, buffer, bufSizeInBytes);
146 result = (*recorderBufferQueue)->Enqueue(recorderBufferQueue, buffer, bufSizeInBytes);
205 result = (*playerBufferQueue)->Enqueue(playerBufferQueue, buffer, bufSizeInBytes);
221 result = (*recorderBufferQueue)->Enqueue(recorderBufferQueue, buffer, bufSizeInBytes);
345 bufSizeInBytes = channels * bufSizeInFrames * sizeof(short);
351 freeBuffers[j] = (char *) malloc(bufSizeInBytes);
477 buffer, bufSizeInBytes);
541 buffer, bufSizeInBytes);
    [all...]

Completed in 86 milliseconds