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

/hardware/ti/omap4-aah/test/CameraHal/
H A Dcamera_test_script.cpp426 char *resC = NULL; local
427 resC = strtok(cmd + 1, "x");
428 widthC = atoi(resC);
429 resC = strtok(NULL, "x");
430 heightC = atoi(resC);

Completed in 2117 milliseconds