Home | History | Annotate | Download | only in src

Lines Matching defs:num_of_snapshot

2717     int num_of_snapshot = getNumOfSnapshots(params);
2719 if (num_of_snapshot <= 0) {
2720 num_of_snapshot = 1;
2722 LOGI("number of snapshots = %d", num_of_snapshot);
2723 mParameters.set("num-snaps-per-shutter", num_of_snapshot);
2727 (void *)&num_of_snapshot);