Searched refs:bufSizeInBytes (Results 1 – 2 of 2) sorted by relevance
151 pSles->bufSizeInBytes); in recorderCallback()326 pSles->bufSizeInBytes); in playerCallback()505 pSles->bufSizeInBytes = 0; // calculated in slesCreateServer()533 pSles->bufSizeInBytes = pSles->channels * pSles->bufSizeInFrames * sizeof(short); in slesCreateServer()541 pSles->freeBuffers[j] = (char *) malloc(pSles->bufSizeInBytes); in slesCreateServer()542 SLES_PRINTF(" buff%d malloc %zu bytes at %p",j, pSles->bufSizeInBytes, in slesCreateServer()728 buffer, pSles->bufSizeInBytes); in slesCreateServer()832 buffer, pSles->bufSizeInBytes); in slesCreateServer()
68 SLuint32 bufSizeInBytes; // calculated member