Home | History | Annotate | Download | only in camera

Lines Matching full:snapshotcount

8955     char snapshotCount[5];
8971 snprintf(snapshotCount, sizeof(snapshotCount),"%d",value);
8973 mParameters.set("num-snaps-per-shutter", snapshotCount);
8974 ALOGI("%s setting num-snaps-per-shutter to %s", __FUNCTION__, snapshotCount);