Home
last modified time | relevance | path

Searched refs:bufSizeInBytes (Results 1 – 2 of 2) sorted by relevance

/external/drrickorang/LoopbackApp/app/src/main/cpp/
Dsles.cpp171 pSles->bufSizeInBytes); in recorderCallback()
309 pSles->bufSizeInBytes); in playerCallback()
488 pSles->bufSizeInBytes = 0; // calculated in slesCreateServer()
520 pSles->bufSizeInBytes = pSles->channels * pSles->bufSizeInFrames * sizeof(short); in slesCreateServer()
528 pSles->freeBuffers[j] = (char *) malloc(pSles->bufSizeInBytes); in slesCreateServer()
529 SLES_PRINTF(" buff%d malloc %llu bytes at %p",j, (long long)pSles->bufSizeInBytes, in slesCreateServer()
719 buffer, pSles->bufSizeInBytes); in slesCreateServer()
821 buffer, pSles->bufSizeInBytes); in slesCreateServer()
Dsles.h57 SLuint32 bufSizeInBytes; // calculated member