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

/frameworks/wilhelm/tests/sandbox/
H A Dxaplay.c45 size_t curPacket; // current packet index variable
165 if (curPacket <= lastPacket) {
172 XAuint32 packetsThisBuffer = lastPacket - curPacket;
177 if (curPacket == lastPacket) {
187 } else if (curPacket == discPacket) {
192 curPacket = afterDiscPacket;
194 } else if (curPacket == formatPacket) {
206 result = (*caller)->Enqueue(caller, NULL, &packets[curPacket],
209 curPacket += packetsThisBuffer;
211 if (curPacket
[all...]

Completed in 168 milliseconds