Searched refs:txBufCount (Results 1 – 2 of 2) sorted by relevance
230 assert(pSles->txFront <= pSles->txBufCount); in playerCallback()231 assert(pSles->txRear <= pSles->txBufCount); in playerCallback()234 if (++pSles->txFront > pSles->txBufCount) { in playerCallback()330 assert(pSles->txFront <= pSles->txBufCount); in playerCallback()331 assert(pSles->txRear <= pSles->txBufCount); in playerCallback()333 if (txRearNext > pSles->txBufCount) { in playerCallback()499 pSles->txBufCount = 1; // -t# in slesCreateServer()531 pSles->freeBufCount = pSles->rxBufCount + pSles->txBufCount; in slesCreateServer()556 pSles->txBuffers = (char **) calloc(pSles->txBufCount + 1, sizeof(char *)); in slesCreateServer()557 SLES_PRINTF(" calloc txBuffers %zu bytes at %p",pSles->txBufCount + 1, pSles->txBuffers); in slesCreateServer()[all …]
62 SLuint32 txBufCount; // -t# member