Home | History | Annotate | Download | only in CameraHal

Lines Matching full:resc

426                         char *resC = NULL;
427 resC = strtok(cmd + 1, "x");
428 widthC = atoi(resC);
429 resC = strtok(NULL, "x");
430 heightC = atoi(resC);