Searched refs:numCapture (Results 1 – 2 of 2) sorted by relevance
2065 numCapture = 1; in initDefaultParameters()2070 numCapture = atoi(value); in initDefaultParameters()2071 if(numCapture > maxSnapshot) in initDefaultParameters()2072 numCapture = maxSnapshot; in initDefaultParameters()2073 else if(numCapture < 1) in initDefaultParameters()2074 numCapture = 1; in initDefaultParameters()2078 mParameters.set("num-snaps-per-shutter", numCapture); in initDefaultParameters()2079 ALOGI("%s: setting num-snaps-per-shutter to %d", __FUNCTION__, numCapture); in initDefaultParameters()2555 ALOGI("Number of snapshot to capture: %d",numCapture); in initZslParameter()2556 mZslCaptureParms.num_captures = numCapture; in initZslParameter()[all …]
195 int numCapture; variable