Searched refs:fast (Results 1 – 6 of 6) 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()
65 boolean fast = CpuFeatures.isRiscv64MisalignedFast(); in testRiscv64MisalignedFast()66 assertTrue("Machine does not advertise RISCV_HWPROBE_MISALIGNED_FAST flag", fast); in testRiscv64MisalignedFast()
214 protected void stopCapture(String cameraId, boolean fast) throws Exception { in stopCapture() argument219 if (fast) { in stopCapture()
226 protected void stopCapture(boolean fast) throws Exception { in stopCapture() argument229 if (fast) { in stopCapture()
332 public void stopCapture(boolean fast) throws Exception { in stopCapture() argument335 if (fast) { in stopCapture()
2192 final boolean fast = (sampleRate == nativeOutputSampleRate); in doTestTimestamp()2194 AudioAttributes attributes = (fast ? new AudioAttributes.Builder() in doTestTimestamp()