Searched refs:fast (Results 1 – 5 of 5) sorted by relevance
85 float fast = 0.0f; in scanForEdges() local92 fast = fast + (level - fast) * fastCoefficient; in scanForEdges()93 if (armed && (fast > HIGH_THRESHOLD) && (fast > (2.0 * slow))) { in scanForEdges()98 if (!armed && (fast < LOW_THRESHOLD)) { in scanForEdges()
203 protected void stopCapture(String cameraId, boolean fast) throws Exception { in stopCapture() argument208 if (fast) { in stopCapture()
196 protected void stopCapture(boolean fast) throws Exception { in stopCapture() argument199 if (fast) { in stopCapture()
321 public void stopCapture(boolean fast) throws Exception { in stopCapture() argument324 if (fast) { in stopCapture()
2153 final boolean fast = (sampleRate == nativeOutputSampleRate); in doTestTimestamp()2155 AudioAttributes attributes = (fast ? new AudioAttributes.Builder() in doTestTimestamp()