Searched defs:cycleCounter (Results 1 - 2 of 2) sorted by relevance

/hardware/ti/omap4xxx/test/CameraHal/
H A Dcamera_test_script.cpp106 int cycleCounter = 1; local
172 cycleCounter = atoi(cmd + 1);
177 for (int ind = 0; ind < cycleCounter; ind++) {
185 if (ind < cycleCounter - 1) {
/hardware/ti/omap4-aah/test/CameraHal/
H A Dcamera_test_script.cpp208 int cycleCounter = 1; local
280 cycleCounter = atoi(cmd + 1);
285 for (int ind = 0; ind < cycleCounter; ind++) {
293 if (ind < cycleCounter - 1) {

Completed in 901 milliseconds