HomeSort by relevance Sort by last modified time
    Searched refs:maxDuration (Results 1 - 24 of 24) sorted by null

  /packages/apps/Camera2/src/com/android/camera/stats/profiler/
GuardingProfile.java 30 public GuardingProfile(Writer writer, Writer verbose, String name,int maxDuration) {
34 mMaxMillis = maxDuration;
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowMediaRecorder.java 33 private int maxDuration;
86 maxDuration = max_duration_ms;
202 return maxDuration;
  /frameworks/base/graphics/java/android/graphics/drawable/
RippleBackground.java 91 final int maxDuration = fast ? OPACITY_ENTER_DURATION_FAST : OPACITY_ENTER_DURATION;
92 final int duration = (int) ((1 - mOpacity) * maxDuration);
  /hardware/libhardware/tests/camera2/
CameraBurstTests.cpp 340 int64_t minDuration = 0, maxDuration = 0;
455 maxDuration = maxFrameDuration.data.i64[0];
458 EXPECT_GT(maxDuration, 0) << "Max duration is 0 or not given, using fallback";
460 if (maxDuration == 0) {
461 maxDuration = 10 * SEC; // Fall back to 10 seconds as max duration
466 << minDuration << " - " << maxDuration << " ns" << std::endl;
524 while (d < maxDuration) {
563 EXPECT_GE(maxDuration, durationList[i])
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
DurationMinimap.java 441 int maxDurationLength, long maxDuration) {
444 mMaxDuration = maxDuration;
445 mScale = (double) maxDurationLength / maxDuration;
  /cts/tests/tests/view/src/android/view/animation/cts/
LayoutAnimationControllerTest.java 167 long maxDuration = (long) (delay * INDEX_OF_CHILD3 * DURATION + DURATION);
169 maxDuration);
239 long maxDuration = (long) (DEFAULT_DELAY * INDEX_OF_CHILD3 * duration + duration);
241 maxDuration);
GridLayoutAnimationControllerTest.java 90 long maxDuration = 13000;
94 maxDuration);
104 maxDuration);
  /frameworks/native/services/surfaceflinger/
DispSync.cpp 540 nsecs_t maxDuration = 0;
547 maxDuration = max(maxDuration, duration);
551 durationSum -= minDuration + maxDuration;
  /frameworks/base/core/tests/coretests/src/android/animation/
AnimatorSetActivityTest.java 140 long maxDuration = 0;
144 maxDuration = maxDuration > (duration + 100) ? maxDuration : (duration + 100);
146 assertEquals(maxDuration, s2.getTotalDuration());
  /cts/tests/camera/src/android/hardware/camera2/cts/helpers/
StaticMetadata.java     [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
StaticMetadata.java     [all...]
  /frameworks/base/core/tests/coretests/src/android/os/
PerformanceCollectorTest.java 374 private void workForRandomPeriod(int minDuration, int maxDuration) {
376 int period = minDuration + random.nextInt(maxDuration - minDuration);
  /prebuilts/go/darwin-x86/src/time/
time_test.go 949 maxDuration Duration = 1<<63 - 1
963 {Date(2109, 11, 23, 0, 0, 0, 0, UTC), Time{}, Duration(maxDuration)},
964 {Time{}, Date(-2109, 11, 23, 0, 0, 0, 0, UTC), Duration(maxDuration)},
967 {Date(2300, 1, 1, 0, 0, 0, 0, UTC), Date(2000, 1, 1, 0, 0, 0, 0, UTC), Duration(maxDuration)},
time.go 434 maxDuration Duration = 1<<63 - 1
637 return maxDuration // t - u is positive out of range
    [all...]
  /prebuilts/go/linux-x86/src/time/
time_test.go 949 maxDuration Duration = 1<<63 - 1
963 {Date(2109, 11, 23, 0, 0, 0, 0, UTC), Time{}, Duration(maxDuration)},
964 {Time{}, Date(-2109, 11, 23, 0, 0, 0, 0, UTC), Duration(maxDuration)},
967 {Date(2300, 1, 1, 0, 0, 0, 0, UTC), Date(2000, 1, 1, 0, 0, 0, 0, UTC), Duration(maxDuration)},
time.go 434 maxDuration Duration = 1<<63 - 1
637 return maxDuration // t - u is positive out of range
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
AudioTrackTest.java     [all...]
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 
shadows-core-3.1-SNAPSHOT-18.jar 
shadows-core-3.1-SNAPSHOT-19.jar 
shadows-core-3.1-SNAPSHOT-21.jar 
shadows-core-3.1-SNAPSHOT-22.jar 
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-ios.jar 

Completed in 762 milliseconds