Searched refs:overshoot (Results 1 - 12 of 12) sorted by relevance

/external/webrtc/webrtc/modules/video_processing/
H A Dvideo_decimator.cc60 int32_t overshoot = local
62 if (overshoot < 0) {
63 overshoot = 0;
67 if (overshoot && 2 * overshoot < (int32_t)incomingframe_rate) {
72 const uint32_t dropVar = incomingframe_rate / overshoot;
76 overshoot_modifier_ = -((int32_t)incomingframe_rate % overshoot) / 3;
83 const uint32_t dropVar = overshoot / target_frame_rate_;
88 overshoot_modifier_ = overshoot % target_frame_rate_;
/external/skia/bench/
H A DDashBench.cpp345 const SkScalar overshoot = 100*1000; local
347 { -overshoot, cy }, { 640 + overshoot, cy }
/external/freetype/src/raster/
H A Dftraster.c644 /* overshoot :: Whether the profile's unrounded start position */
653 Bool overshoot )
680 if ( overshoot )
687 if ( overshoot )
718 /* overshoot :: Whether the profile's unrounded end position differs */
725 End_Profile( RAS_ARGS Bool overshoot )
748 if ( overshoot )
2358 /* overshoot, respectively */
/external/pdfium/third_party/freetype/src/raster/
H A Dftraster.c636 /* overshoot :: Whether the profile's unrounded start position */
645 Bool overshoot )
672 if ( overshoot )
679 if ( overshoot )
710 /* overshoot :: Whether the profile's unrounded end position differs */
717 End_Profile( RAS_ARGS Bool overshoot )
740 if ( overshoot )
2348 /* overshoot, respectively */
/external/v8/src/heap/
H A Dheap.h1818 // We allow incremental marking to overshoot the allocation limit for
1819 // performace reasons. If the overshoot is too large then we are more
1826 uint64_t overshoot = PromotedTotalSize() - old_generation_allocation_limit_;
1832 return overshoot >= margin;
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 365 milliseconds