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

/frameworks/wilhelm/tests/sandbox/
H A Dxaplay.c52 int pauseMs = -1; // pause after this many ms into playback variable
284 pauseMs = atoi(&arg[2]);
806 if (pauseMs >= 0) {
809 if (position >= pauseMs) {
817 pauseMs = -1;

Completed in 73 milliseconds