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

/frameworks/wilhelm/tests/sandbox/
H A Dxaplay.c46 size_t curPacket; // current packet index variable
166 if (curPacket <= lastPacket) {
173 XAuint32 packetsThisBuffer = lastPacket - curPacket;
178 if (curPacket == lastPacket) {
188 } else if (curPacket == discPacket) {
193 curPacket = afterDiscPacket;
195 } else if (curPacket == formatPacket) {
207 result = (*caller)->Enqueue(caller, NULL, &packets[curPacket],
210 curPacket += packetsThisBuffer;
212 if (curPacket
[all...]

Completed in 398 milliseconds