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

/frameworks/wilhelm/tests/examples/
H A DslesTestFeedback.cpp38 static SLuint32 txBufCount = 2; // -t# variable
124 assert(txFront <= txBufCount);
125 assert(txRear <= txBufCount);
127 if (txRearNext > txBufCount) {
169 assert(txFront <= txBufCount);
170 assert(txRear <= txBufCount);
173 if (++txFront > txBufCount) {
205 assert(txFront <= txBufCount);
206 assert(txRear <= txBufCount);
208 if (txRearNext > txBufCount) {
[all...]

Completed in 87 milliseconds