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

/frameworks/wilhelm/tests/sandbox/
H A Dxaplay.c51 size_t formatPacket; // format change packet index, defaults to no format change requested variable
195 } else if (curPacket == formatPacket) {
276 formatPacket = atoi(&arg[2]);
366 if (formatPacket != 0 && (formatPacket < firstPacket || formatPacket >= lastPacket)) {
367 fprintf(stderr, "-F%zu ignored\n", formatPacket);
368 formatPacket = 0;

Completed in 114 milliseconds