Searched refs:txBufCount (Results 1 - 1 of 1) sorted by relevance

/frameworks/wilhelm/tests/examples/
H A DslesTestFeedback.cpp35 static SLuint32 txBufCount = 2; // -t# variable
84 assert(txFront <= txBufCount);
85 assert(txRear <= txBufCount);
87 if (txRearNext > txBufCount) {
128 assert(txFront <= txBufCount);
129 assert(txRear <= txBufCount);
132 if (++txFront > txBufCount) {
192 txBufCount = atoi(&arg[2]);
193 if (txBufCount < 1 || txBufCount > 1
[all...]

Completed in 46 milliseconds