Searched refs:SNAPSHOT_TIMEOUT_MS (Results 1 – 2 of 2) sorted by relevance
31 private static final int SNAPSHOT_TIMEOUT_MS = 1000; field in ReferenceAppTestCase83 Thread.sleep(SNAPSHOT_TIMEOUT_MS); in takeSnapshot()
650 snapshot.getSyncObject().wait(snapshot.SNAPSHOT_TIMEOUT_MS + 100); in generateBitmapFromVideoViewSnapshot()1305 public static final long SNAPSHOT_TIMEOUT_MS = TimeUnit.SECONDS.toMillis(30); field in VideoViewSnapshot1392 && (SystemClock.elapsedRealtime() - start) < SNAPSHOT_TIMEOUT_MS) { in run()1546 while (SystemClock.elapsedRealtime() - start < SNAPSHOT_TIMEOUT_MS) { in waitForByteBuffer()